UNPKG

@basetime/bldr-sfmc

Version:

CLI application for SFMC Development workflow and package deployment

10 lines (9 loc) 211 B
export interface InstanceConfiguration { apiClientId: string; apiClientSecret: string; parentMID: number; mids: any[]; authURI: string; configurationType: string; instance: string; }