Variable OrgChartLinkSchemaConst
OrgChartLinkSchema: ZodObject<
{ selected: ZodBoolean; title: ZodString; uri: ZodString },
"strip",
ZodTypeAny,
{ selected: boolean; title: string; uri: string },
{ selected: boolean; title: string; uri: string },
> = ...