Variable driveAccountSchemaConst
driveAccountSchema: ZodObject<
{
default: ZodOptional<ZodBoolean>;
id: ZodString;
mail: ZodString;
title: ZodString;
},
"strip",
ZodTypeAny,
{ default?: boolean; id: string; mail: string; title: string },
{ default?: boolean; id: string; mail: string; title: string },
> = ...