UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 290 B
/** Defines the SIDS for SAP and SAP HANA. */ export interface Sids { /** The SAP HANA SID is a unique identifier for an SAP HANA system. */ sapHanaSid: string; /** The SAP SID is a unique identifier for an SAP system. */ sapSid: string; } //# sourceMappingURL=Sids.d.ts.map