interface Dictionary { [index: string]: string; length: number; }