Interface Attribute<T>

Type Parameters

  • T

Hierarchy (View Summary)

Indexable

  • [key: string]:
        | undefined
        | string
        | number
        | bigint
        | boolean
        | BigDecimal
        | BN
        | Attribute<T>
        | Exclude<T, Promise<any>>