Skip to content

Commit

Permalink
fix: typings
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Oct 4, 2023
1 parent 33c890e commit b29003a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utilts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit b29003a

Please sign in to comment.