We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fbb3e commit aaad538Copy full SHA for aaad538
src/types.ts
@@ -34,15 +34,6 @@ export interface Event {
34
export type EventFactoryResult<T> = Promise<T> | T | Promise<T>[] | T[]
35
export type EventFactory<T extends Event> = (context: Context, payload: any) => EventFactoryResult<T>
36
37
-export interface Stats {
38
- endTime: number
39
- startTime: number
40
- compilation: {
41
- errors: Error[]
42
- fullHash: string
43
- }
44
-}
45
-
46
export interface GitData {
47
url: string
48
gitRemote: string
0 commit comments