Variable TeamMemberIncludeSchemaConst
TeamMemberIncludeSchema: ZodObject<
{
member: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{ displayName: ...; id: ...; slug: ...; title: ...; uuid: ... },
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{ displayName: ...; id: ...; slug: ...; title: ...; uuid: ... },
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
team: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<{ description: ...; id: ...; name: ...; slug: ... }>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{ description: ...; id: ...; name: ...; slug: ... },
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
},
$strip,
> = ...