Skip to content

Commit

Permalink
remove not needed types
Browse files Browse the repository at this point in the history
  • Loading branch information
tot-kristian committed Jul 23, 2024
1 parent 4e7360c commit 9d95842
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,3 @@ export type PostApplicationTokenResponse = {
export type PostEnvironmentTokenResponse = PostApplicationTokenResponse & {
envName: string;
};

export type EventName = "write" | "update" | "delete";

export interface EventListener<T = any> {
(data: T): void | Promise<void>;
}

0 comments on commit 9d95842

Please sign in to comment.