Type Alias GetAiStackResponse
GetAiStackResponse: {
cloud_attributes: string[] | null;
cloud_provider: string | null;
creator: string | null;
dependencies?: string[] | null;
framework: string | null;
id: string;
image: string | null;
name: string;
observability: string | null;
patterns?: string[] | null;
programming_language: string;
studio_id: string | null;
test_framework: string | null;
use_case: string;
visibility_level: string;
}
Type declaration
cloud_attributes: string[] | null
cloud_provider: string | null
creator: string | null
Optionaldependencies?: string[] | null
framework: string | null
id: string
image: string | null
name: string
observability: string | null
Optionalpatterns?: string[] | null
programming_language: string
studio_id: string | null
test_framework: string | null
use_case: string
visibility_level: string