UNPKG

139 BTypeScriptView Raw
1export declare enum OrgTypes {
2 Scratch = "scratch",
3 Sandbox = "sandbox"
4}
5export declare function creatableOrgTypes(): OrgTypes[];