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

13 lines (12 loc) 237 B
export interface Datamart { id: string; name: string; organisation_id: string; token: string; creation_date: number; time_zone: string; type: string; datafarm: string; storage_model_version: string; region: string; }