/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ /** * / ProviderCreateMetaAppRequest is used to register a new Meta Developer Application. * / This configuration is the foundation for all subsequent OAuth-based integrations. */ export interface WebitelImProviderV1ProviderCreateMetaAppRequest { appId?: string; appSecret?: string; name?: string; oauthRedirectUri?: string; scopes?: string[]; uri?: string; verifyToken?: string; }