Variable CreateNodeFragmentPropertiesConst
CreateNodeFragmentProperties: ZodObject<
{} & {
create_dt: ZodEffects<
ZodOptional<ZodNullable<ZodOptional<ZodNumber>>>,
number,
number,
>;
id: ZodEffects<
ZodOptional<ZodNullable<ZodOptional<ZodString>>>,
string | string[],
string,
>;
name: ZodString;
token: ZodString;
type: ZodEnum<
[
"attachement",
"product",
"test",
"functional",
"system",
"work",
"worklog",
"contact",
"requirement",
"register",
"risk",
"object",
"file",
"order",
"deliverable",
"entity",
"material",
],
>;
update_dt: ZodEffects<
ZodOptional<ZodNullable<ZodOptional<ZodNumber>>>,
number,
number,
>;
},
"strip",
ZodTypeAny,
{
create_dt?: number;
id?: string
| string[];
name?: string;
token?: string;
type?:
| "object"
| "attachement"
| "order"
| "deliverable"
| "contact"
| "work"
| "worklog"
| "entity"
| "material"
| "requirement"
| "register"
| "test"
| "file"
| "functional"
| "structure"
| "product"
| "process"
| "role"
| "right"
| "group"
| "invoice"
| "user"
| "risk"
| "descision"
| "action"
| "list"
| "project"
| "system"
| "application_component"
| "test_project"
| "test_build"
| "test_plan"
| "test_suite"
| "test_case"
| "test_case_execution"
| "structure_child"
| "list_child";
update_dt?: number;
},
{
create_dt?: number;
id?: string;
name?: string;
token?: string;
type?: | "object"
| "attachement"
| "order"
| "deliverable"
| "contact"
| "work"
| "worklog"
| "entity"
| "material"
| "requirement"
| "register"
| "test"
| "file"
| "functional"
| "structure"
| "product"
| "process"
| "role"
| "right"
| "group"
| "invoice"
| "user"
| "risk"
| "descision"
| "action"
| "list"
| "project"
| "system"
| "application_component"
| "test_project"
| "test_build"
| "test_plan"
| "test_suite"
| "test_case"
| "test_case_execution"
| "structure_child"
| "list_child";
update_dt?: number;
},
> = ...