RuntimeDtov2: {
    addons: AddOnDto[];
    description: string;
    env?: string;
    id: string;
    name: string;
    projects: ProjectDtov2[];
    tags: string[];
    type: "CONTAINER" | "STATIC";
}

Type declaration

  • addons: AddOnDto[]
  • description: string
  • Optionalenv?: string
  • id: string
  • name: string
  • projects: ProjectDtov2[]
  • tags: string[]
  • type: "CONTAINER" | "STATIC"