UNPKG

emailengine-client

Version:

A TypeScript client for the EmailEngine API

7 lines (6 loc) 406 B
export { OAuth2AppApi } from './api'; export { RegisterOAuth2AppOptions } from './models/RegisterOAuth2AppOptions'; export { GetOAuth2InfoOptions } from './models/GetOAuth2InfoOptions'; export { ListOAuth2AppsOptions } from './models/ListOAuth2AppsOptions'; export { UpdateOAuth2AppOptions } from './models/UpdateOAuth2AppOptions'; export { RemoveOAuth2AppOptions } from './models/RemoveOAuth2AppOptions';