/** * Indexable Interface */ export interface Indexable { [key: string]: any; } //# sourceMappingURL=indexable.d.ts.map