Metzploreur/node_modules/@smithy/types/dist-es/profile.js
clement callaert 244d45ceb8 Version 2
2023-11-01 17:33:25 +01:00

6 lines
240 B
JavaScript

export var IniSectionType;
(function (IniSectionType) {
IniSectionType["PROFILE"] = "profile";
IniSectionType["SSO_SESSION"] = "sso-session";
IniSectionType["SERVICES"] = "services";
})(IniSectionType || (IniSectionType = {}));