mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Implemented scripts for building and releasing grafana/ui
This commit is contained in:
1
scripts/cli/index.d.ts
vendored
Normal file
1
scripts/cli/index.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export type Task<T> = (options: T) => Promise<void>;
|
||||
Reference in New Issue
Block a user