diff --git a/src/utilts.ts b/src/utilts.ts index 10858fa..85c134d 100644 --- a/src/utilts.ts +++ b/src/utilts.ts @@ -55,8 +55,8 @@ export interface Resource { export interface CtxResource { id: string; meta: { - created?: number; - modified?: number; + created?: Date; + modified?: Date; modified_by?: string; owners: Attribute[]; // id and owner is mandatory in ctx resource other attributes are optional };