Type Alias FixedPagedOptions

FixedPagedOptions: {
    limit?: number;
    skip?: number;
}