vot.js - v2.4.12
    Preparing search index...

    Type Alias PostAuthor

    type PostAuthor = {
        artistOfficialProfile?: PostAuthorOfficialProfile;
        communityId: number;
        hasOfficialMark: boolean;
        joined: boolean;
        memberId: string;
        memberJoinStatus: string;
        myProfile: boolean;
        profileImageUrl: string;
        profileName: string;
        profileSpaceStatus: string;
        profileType: string;
    }
    Index

    Properties

    artistOfficialProfile?: PostAuthorOfficialProfile
    communityId: number
    hasOfficialMark: boolean
    joined: boolean
    memberId: string
    memberJoinStatus: string
    myProfile: boolean
    profileImageUrl: string
    profileName: string
    profileSpaceStatus: string
    profileType: string