Variable zGetAwardsSpecBaseConst

zGetAwardsSpecBase: 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[];
}>