Variable driveGetAccountSchemaConst
driveGetAccountSchema: ZodObject<
{
account: 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 },
>;
},
"strip",
ZodTypeAny,
{ account: { default?: boolean; id: string; mail: string; title: string } },
{ account: { default?: boolean; id: string; mail: string; title: string } },
> = ...