interface InputRecord {
    $meta: InputRowMeta;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

Metadata about where this record is from.