Interface QueryTimestampsConfig

interface QueryTimestampsConfig {
    createdAt?: boolean;
    updatedAt?: boolean;
}

Properties

createdAt?: boolean
updatedAt?: boolean