/** * 組織タイプ */ export declare enum OrganizationType { /** * 販売組織 */ Corporation = "Corporation", /** * 顧客組織 */ Organization = "Organization", /** * プロジェクト */ Project = "Project" }