NewAiStackRequest: {
    cloud_attributes?: string[] | null;
    cloud_provider?: string | null;
    dependencies?: string[] | null;
    framework?: string | null;
    image?: string | null;
    name: string;
    observability?: string | null;
    patterns?: string[] | null;
    programming_language: string;
    test_framework?: string | null;
    use_case: string;
}

Type declaration

  • Optionalcloud_attributes?: string[] | null
  • Optionalcloud_provider?: string | null
  • Optionaldependencies?: string[] | null
  • Optionalframework?: string | null
  • Optionalimage?: string | null
  • name: string
  • Optionalobservability?: string | null
  • Optionalpatterns?: string[] | null
  • programming_language: string
  • Optionaltest_framework?: string | null
  • use_case: string