@cks-systems/manifest-sdk
Version:
TypeScript SDK for Manifest
9 lines (8 loc) • 300 B
TypeScript
export * from './PlatformFeeLog';
export * from './ReferrerFeeLog';
import { PlatformFeeLog } from './PlatformFeeLog';
import { ReferrerFeeLog } from './ReferrerFeeLog';
export declare const accountProviders: {
PlatformFeeLog: typeof PlatformFeeLog;
ReferrerFeeLog: typeof ReferrerFeeLog;
};