ListChild: ZodObject<extendShape<{
create_dt: ZodNumber;
id: ZodString;
name: ZodString;
token: ZodString;
type: ZodString;
update_dt: ZodNumber;
userGroup: ZodArray<ZodString, "many">;
}, {
child: ZodString;
meta: ZodNull;
type: ZodLiteral<"list_child">;
}>, "strip", ZodTypeAny, {
child?: string;
create_dt?: number;
id?: string;
meta?: null;
name?: string;
token?: string;
type?: "list_child";
update_dt?: number;
userGroup?: string[];
}, {
child?: string;
create_dt?: number;
id?: string;
meta?: null;
name?: string;
token?: string;
type?: "list_child";
update_dt?: number;
userGroup?: string[];
}> = _ListChild