aboutsummaryrefslogblamecommitdiffstats
path: root/packages/connect/src/schemas/paged_request_opts_schema.ts
blob: eb2e5210041deed3f536a182d5af95884f65878e (plain) (tree)
1
2
3
4
5
6
7
8




                                       
                                    

      
export const pagedRequestOptsSchema = {
    id: '/PagedRequestOpts',
    type: 'object',
    properties: {
        page: { type: 'number' },
        perPage: { type: 'number' },
    },
};