import * as z from "zod"; /** * A comma-separated list of tag names, or an array of tag names. */ export type TagsParam = string | Array; export declare const TagsParam$zodSchema: z.ZodType; //# sourceMappingURL=tagsparam.d.ts.map