TimestampOptions

View Source

Summary

Timestamp configuration accepted by table.

Signature

type TimestampOptions = boolean | { createdAt?: string; updatedAt?: string };