WayrApp Backend & Ecosystem Documentation - v1.0.0
    Preparing search index...

    Type Alias PaginationQuery

    PaginationQuery: z.infer<typeof PaginationSchema>

    Type definition for validated pagination query parameters

    Represents the structure of validated pagination data including page number, result limit, optional sorting field, and sort order. This type ensures type safety for pagination operations while maintaining consistency with the validation schema.