@suluk/drizzle - v0.1.6
    Preparing search index...

    Interface TimestampOptions

    interface TimestampOptions {
        createdAt?: string;
        updatedAt?: string;
    }
    Index

    Properties

    createdAt?: string
    updatedAt?: string