Type alias AnyDoc

AnyDoc: Doc & {
    [key: string | number | symbol]: any;
}

Type declaration

  • [key: string | number | symbol]: any