Metzploreur/node_modules/@smithy/types/dist-es/profile.js

7 lines
240 B
JavaScript
Raw Normal View History

2023-11-01 16:33:25 +00:00
export var IniSectionType;
(function (IniSectionType) {
IniSectionType["PROFILE"] = "profile";
IniSectionType["SSO_SESSION"] = "sso-session";
IniSectionType["SERVICES"] = "services";
})(IniSectionType || (IniSectionType = {}));