export interface Indexable {
    [index: string]: any;
}
