@custouch/jssdk
    Preparing search index...

    Type Alias Role

    角色信息

    员工只包含id,具体从GetAvailableAuditor/Project.status获取 role 不存在的情况下为用户身份

    type Role = {
        role?: "Staff" | "AccountUser";
        staffId?: string;
        username?: string;
    }
    Index

    Properties

    role?: "Staff" | "AccountUser"
    staffId?: string
    username?: string