Skip to content

Commit aaad538

Browse files
committed
chore: remove unused type
1 parent 57fbb3e commit aaad538

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/types.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ export interface Event {
3434
export type EventFactoryResult<T> = Promise<T> | T | Promise<T>[] | T[]
3535
export type EventFactory<T extends Event> = (context: Context, payload: any) => EventFactoryResult<T>
3636

37-
export interface Stats {
38-
endTime: number
39-
startTime: number
40-
compilation: {
41-
errors: Error[]
42-
fullHash: string
43-
}
44-
}
45-
4637
export interface GitData {
4738
url: string
4839
gitRemote: string

0 commit comments

Comments
 (0)