Type alias IAny

IAny: {
    @type: string;
    [key: string]: null | undefined | string | boolean | number | object | any[];
}

Type declaration

  • [key: string]: null | undefined | string | boolean | number | object | any[]
  • @type: string