Documentation
    Preparing search index...

    Interface TimestampAttributes

    interface TimestampAttributes {
        createdAt?: string;
        deletedAt?: string;
        updatedAt?: string;
    }
    Index
    createdAt?: string
    deletedAt?: string
    updatedAt?: string