Variable DomainSchemaConst
DomainSchema: ZodObject<
{
data: ZodOptional<
ZodObject<
{
attributes: ZodObject<
{
claim: ZodOptional<
ZodObject<
{ status: ZodOptional<(...)>; type: ZodOptional<(...)> },
$loose,
>,
>;
name: ZodOptional<ZodString>;
},
$loose,
>;
id: ZodString;
links: ZodObject<{ self: ZodNullable<ZodString> }, $loose>;
type: ZodCustom<string & {} | "domains", string & {} | "domains">;
},
$loose,
>,
>;
},
$loose,
> = ...