@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
32 lines • 824 B
TypeScript
/** Object type enum */
export declare enum ObjectTypeEnum {
'Abuse' = "Abuse",
'AttachedDomain' = "AttachedDomain",
'BlockedIp' = "BlockedIp",
'Cdn' = "Cdn",
'Cron' = "Cron",
'Database' = "Database",
'Deployment' = "Deployment",
'Dump' = "Dump",
'EnvVar' = "EnvVar",
'Filerz' = "Filerz",
'Hostedssl' = "Hostedssl",
'Hosting' = "Hosting",
'Indy' = "Indy",
'Infra' = "Infra",
'Minor' = "Minor",
'Module' = "Module",
'Other' = "Other",
'OvhConfig' = "OvhConfig",
'OvhOrg' = "OvhOrg",
'OwnLogs' = "OwnLogs",
'Runtime' = "Runtime",
'Scan' = "Scan",
'Sqlperso' = "Sqlperso",
'User' = "User",
'UserLogs' = "UserLogs",
'Web' = "Web",
'Webd' = "Webd",
'Website' = "Website"
}
//# sourceMappingURL=ObjectTypeEnum.d.ts.map