SettingsWorkflowSaveRequest: {
    description: string;
    isDefault: boolean;
    name: string;
    stacksId: string[];
    type: "CREATE_API" | "CREATE_APP" | "CREATE_INFRA";
}

Type declaration

  • description: string
  • isDefault: boolean
  • name: string
  • stacksId: string[]
  • type: "CREATE_API" | "CREATE_APP" | "CREATE_INFRA"