Type alias GetFlowByPathWithDraftResponse

GetFlowByPathWithDraftResponse: Flow & {
    draft?: Flow;
}

Type declaration

  • Optional draft?: Flow