Variable zGetAwardsSpecBeforeConst
zGetAwardsSpecBefore: z.ZodObject<{
burned: z.ZodOptional<z.ZodBoolean>;
limit: z.ZodOptional<z.ZodNumber>;
recipient: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
tokenIdFilter: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodString>, string, string>, "many">>;
} & {
before: z.ZodOptional<z.ZodDate>;
}, "strict", z.ZodTypeAny, {
before?: Date;
burned?: boolean;
limit?: number;
recipient?: string;
tokenIdFilter?: string[];
}, {
before?: Date;
burned?: boolean;
limit?: number;
recipient?: string;
tokenIdFilter?: string[];
}>