dyna-record
    Preparing search index...

    Interface DynaRecordBase

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

    Implemented by

    Index

    Properties

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