UNPKG

@ninetailed/experience.js-plugin-preview

Version:
8 lines (7 loc) 136 B
export type Credentials = { clientId: string; secret: string; }; export type Connection = { environment?: string; };