UNPKG

finite-state-sdk

Version:

The Finite State SDK.

7 lines (6 loc) 253 B
export interface getAssetVersionsParams { assetVersionId?: string; assetId?: string; businessUnitId?: string; } export declare function getAssetVersions(token: any, organizationContext: any, params?: getAssetVersionsParams): Promise<any[]>;