haste-server/src/types/callback.ts

2 lines
56 B
TypeScript

export type Callback = (data: boolean | string) => void