UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

18 lines (17 loc) 571 B
import * as z from "zod"; export declare const blogListQueryInputSchema: z.ZodObject<{ keyword: z.ZodOptional<z.ZodString>; slug: z.ZodOptional<z.ZodString>; limit: z.ZodOptional<z.ZodNumber>; cursor: z.ZodOptional<z.ZodNullable<z.ZodString>>; }, "strip", z.ZodTypeAny, { keyword?: string | undefined; slug?: string | undefined; limit?: number | undefined; cursor?: string | null | undefined; }, { keyword?: string | undefined; slug?: string | undefined; limit?: number | undefined; cursor?: string | null | undefined; }>;