Type Alias TAPIBridgeFunction<TContentType, TData>

TAPIBridgeFunction<TContentType, TData>: ((type?: TContentType, data?: TData) => Promise<FuseAPIResponse>)

Type Parameters