Type Alias GetFlowByPathWithDraftResponse

GetFlowByPathWithDraftResponse: Flow & {
    draft?: Flow;
}