CreateWorkflowProps: Omit<WorkflowProps, "sys"> & {
    entity: Link<"Entry">;
    workflowDefinition: Link<"WorkflowDefinition">;
}