ISPO SDK
    Preparing search index...

    Interface CommunityMemberProfileProjection

    Markdown
    interface CommunityMemberProfileProjection {
        bio?: string;
        displayName: string;
        handle: string;
        profileId: string;
    }
    Index
    bio?: string
    displayName: string
    handle: string
    profileId: string