export interface LevelInterface{ id: number; text: string; }