Type alias ArbitraryTypedObject

ArbitraryTypedObject: TypedObject & {
    [key: string]: any;
}

Any object with an _type that is a string. Can hold any other properties.

Type declaration

  • [key: string]: any