grafana/scripts/cli/index.d.ts

2 lines
53 B
TypeScript

export type Task<T> = (options: T) => Promise<void>;