Axinom Mosaic Libraries
    Preparing search index...

    Represents a User Profile

    interface UserProfile {
        defaultProfile: boolean;
        displayName: string;
        id: string;
        profilePictureUrl: string | null;
    }
    Index

    Properties

    defaultProfile: boolean
    displayName: string
    id: string
    profilePictureUrl: string | null