Types
This commit is contained in:
parent
9f5f0d468e
commit
4afaa85b84
|
@ -0,0 +1,9 @@
|
||||||
|
import { APIClient } from "@budibase/frontend-core"
|
||||||
|
import type { ActionTypes } from "./constants"
|
||||||
|
|
||||||
|
export interface SDK {
|
||||||
|
API: APIClient
|
||||||
|
styleable: unknown
|
||||||
|
Provider: unknown
|
||||||
|
ActionTypes: typeof ActionTypes
|
||||||
|
}
|
Loading…
Reference in New Issue