UNPKG

finite-state-sdk

Version:

The Finite State SDK.

6 lines (5 loc) 218 B
export interface getAllAssetsParams { assetId?: string; businessUnitId?: string; } export declare function getAllAssets(token: string, organizationContext: string, params?: getAllAssetsParams): Promise<any[]>;