@ccw-api/api
    Preparing search index...

    Interface TeamMemberResp

    interface TeamMemberResp {
        authority: string;
        avatar: string;
        createdAt: number;
        creationOid: string;
        name: string;
        online: boolean;
        priority: number;
        profile: string;
        role: string;
        userOid: string;
    }
    Index

    Properties

    authority: string
    avatar: string
    createdAt: number
    creationOid: string
    name: string
    online: boolean
    priority: number
    profile: string
    role: string
    userOid: string