import { NzSafeAny } from './any'; export interface IndexableObject { [key: string]: NzSafeAny; }