export default interface IMainInfoVersions {
    [versionId: string]: {
        version: string;
        date: string;
    };
}
