Interface ITypedDump

interface ITypedDump {
    type: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

type: string