/** * @author songxiwen * @date 2020/08/17 22:50 */ export declare enum UserRole { Creator = "Creator", Collaborator = "Collaborator" }