Type Alias ListWorkflowsByVersionIdsLatestVersionResponse

ListWorkflowsByVersionIdsLatestVersionResponse: {
    createdAt: string;
    description: string;
    displayName: string;
    id: string;
    label: string;
    semanticVersion: string;
    targetApp: boolean;
    targetInfra: boolean;
}

Type declaration

  • createdAt: string
  • description: string
  • displayName: string
  • id: string
  • label: string
  • semanticVersion: string
  • targetApp: boolean
  • targetInfra: boolean