WorkflowDefinitionSysProps: Pick<BasicMetaSysProps, "id" | "version" | "createdAt" | "createdBy" | "updatedAt" | "updatedBy"> & {
    environment: SysLink;
    isLocked: boolean;
    space: SysLink;
    type: "WorkflowDefinition";
}