Variable GetTeamResponseForPageSchemaConst
GetTeamResponseForPageSchema: ZodObject<
{
id: ZodString;
name: ZodOptional<ZodString>;
type: ZodCustom<
string & {}
| "PlanOnly"
| "Atlassian",
string & {} | "PlanOnly" | "Atlassian",
>;
},
$loose,
> = ...