Type Alias ZodRawShape

ZodRawShape: {
    [k: string]: ZodTypeAny;
}