Variable zGetAwardsSpecConst

zGetAwardsSpec: z.ZodUnion<[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[];
}>, 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">>;
} & {
    skip: z.ZodOptional<z.ZodNumber>;
}, "strict", z.ZodTypeAny, {
    burned?: boolean;
    limit?: number;
    recipient?: string;
    skip?: number;
    tokenIdFilter?: string[];
}, {
    burned?: boolean;
    limit?: number;
    recipient?: string;
    skip?: number;
    tokenIdFilter?: string[];
}>, 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">>;
}, "strict", z.ZodTypeAny, {
    burned?: boolean;
    limit?: number;
    recipient?: string;
    tokenIdFilter?: string[];
}, {
    burned?: boolean;
    limit?: number;
    recipient?: string;
    tokenIdFilter?: string[];
}>]>