Variable domainCreateSchemaConst
domainCreateSchema: ZodObject<
{
domain_url: | ZodString
| ZodEffects<
ZodOptional<ZodString>,
string | undefined,
string | undefined,
>;
},
"strip",
ZodTypeAny,
{ domain_url?: string },
{ domain_url?: string },
> = ...
Default schema for domain create form validation