Interface DynaRecordBase

interface DynaRecordBase {
    createdAt: Date;
    id: string;
    type: string;
    updatedAt: Date;
}

Implemented by

Properties

createdAt: Date
id: string
type: string
updatedAt: Date

Generated using TypeDoc