UNPKG

@sahabaplus/moyasar

Version:

A comprehensive TypeScript SDK for integrating with the Moyasar payment gateway

9 lines 330 B
import { z } from "zod"; export declare const paginationMetaSchema: z.ZodObject<{ current_page: z.ZodNumber; next_page: z.ZodNullable<z.ZodNumber>; prev_page: z.ZodNullable<z.ZodNumber>; total_pages: z.ZodNumber; total_count: z.ZodNumber; }, z.core.$strip>; //# sourceMappingURL=pagination_meta_schema.d.ts.map