import Level from '../Parser/Level';

interface TSManifest {
    url: string,
    details: Level
}

export default TSManifest;
