UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 345 B
/** This schema defines the System Identifiers (SIDs) used for SAP and SAP HANA systems. */ export interface Sids { /** A unique alphanumeric identifier assigned to the SAP HANA system. */ sapHanaSid: string; /** A unique alphanumeric identifier assigned to the SAP system. */ sapSid: string; } //# sourceMappingURL=Sids.d.ts.map