UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 269 B
/** SMPP Settings Endpoints */ export interface SettingsEndpoints { /** address of the TLS endpoint: domain:port */ secured: string; /** address of the non-TLS endpoint: domain:port */ unsecured: string; } //# sourceMappingURL=SettingsEndpoints.d.ts.map