UNPKG

@mediarithmics/plugins-nodejs-sdk

Version:

This is the mediarithmics nodejs to help plugin developers bootstrapping their plugin without having to deal with most of the plugin boilerplate

9 lines (8 loc) 199 B
export interface UserProfileInfo { $compartment_id: string; $creation_ts: number; $last_modified_ts: number; $user_account_id?: string; $expiration_ts?: number; [key: string]: unknown; }