UNPKG

@sahabaplus/moyasar

Version:

A comprehensive TypeScript SDK for integrating with the Moyasar payment gateway

9 lines 290 B
import { z } from "zod"; export const paginationMetaSchema = z.object({ current_page: z.number(), next_page: z.number().nullable(), prev_page: z.number().nullable(), total_pages: z.number(), total_count: z.number(), }); //# sourceMappingURL=pagination_meta_schema.js.map