interface DatabaseEntry {
    id: number;
    type: EntityType;
    [s: string]: any;
}

Indexable

  • [s: string]: any

Properties

Properties

id: number