SimpleStackResponse: {
    imageUrl?: string;
    name: string;
    slug: string;
    stackId: string;
    studio: StudioResponse;
}

Type declaration

  • OptionalimageUrl?: string
  • name: string
  • slug: string
  • stackId: string
  • studio: StudioResponse