GetRuntimeByUlidResponse: {
    description: string;
    name: string;
    projects: ProjectDto[];
    tags: { [key: string]: string };
    type: "CONTAINER" | "STATIC";
    ulid: string;
}

Type declaration

  • description: string
  • name: string
  • projects: ProjectDto[]
  • tags: { [key: string]: string }
  • type: "CONTAINER" | "STATIC"
  • ulid: string