Skip to content

Commit

Permalink
Remove account and workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Mar 4, 2025
1 parent d8eca2f commit d61b69c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/models/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ export type EventRelatedResource = RunGraphEventResource & {
export type RunGraphEvent = {
id: string,
occurred: Date,
account: string,
event: string,
payload: unknown,
received: Date,
related: EventRelatedResource[],
resource: RunGraphEventResource,
workspace: string | null,
}

0 comments on commit d61b69c

Please # to comment.