Interface CompilerPlatformMetadata

interface CompilerPlatformMetadata {
    builds: VersionListEntry[];
    releases: {
        [version: string]: string;
    };
}

Properties

Properties

releases: {
    [version: string]: string;
}

Type declaration

  • [version: string]: string

Generated using TypeDoc