/** * Indexable Interface */ export interface Indexable { [key: string]: any; }