StackVersionInfoRequest: {
    stackDisplayName: string;
    stackId: string;
    stackSlug: string;
    stackVersionSemVer: string;
    studioId: string;
    studioSlug: string;
}

Type declaration

  • stackDisplayName: string

    Stack display name.

  • stackId: string

    Stack id.

  • stackSlug: string

    Stack slug.

  • stackVersionSemVer: string

    Stack semantic version.

  • studioId: string

    Studio id.

  • studioSlug: string

    Studio slug.