Skip to content

Commit

Permalink
Added created_at attribute (#3605)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhollander-alert committed Jun 28, 2024
1 parent 448c0cf commit 1d1e2e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/resources/Tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export interface TagSchema extends Record<string, unknown> {
target: string;
message?: string;
protected: boolean;
created_at?: string;
}

export interface TagSignatureSchema extends Record<string, unknown> {
Expand Down

0 comments on commit 1d1e2e3

Please sign in to comment.