Interface BaseRecord

interface BaseRecord {
    _id: string;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

Properties

_id: string