SimpleProductResponse: {
    accountId?: string;
    description: string;
    environments: string[];
    id: string;
    imageUrl?: string;
    name: string;
    status: string;
    workspaceId: string;
}

Type declaration

  • OptionalaccountId?: string
  • description: string
  • environments: string[]
  • id: string
  • OptionalimageUrl?: string
  • name: string
  • status: string
  • workspaceId: string