@elsikora/nestjs-crud-automator
Version:
A library for automating the creation of CRUD operations in NestJS.
8 lines (7 loc) • 490 B
TypeScript
import { TApiPropertyDescribeProperties } from '../../../../type/decorator/api/property';
/**
* Determines whether date metadata represents a server-owned infrastructure timestamp.
* @param {TApiPropertyDescribeProperties} propertyMetadata - Metadata describing the property
* @returns {boolean} True for created, received, and updated infrastructure timestamps
*/
export declare function DtoIsPropertyInfrastructureTimestamp(propertyMetadata: TApiPropertyDescribeProperties): boolean;