Axinom Mosaic Libraries
    Preparing search index...

    Interface UserProfileUpdateInput

    Represents the input for updating a User Profile

    interface UserProfileUpdateInput {
        displayName: string;
        id: string;
        profilePictureUrl: string | null;
    }
    Index

    Properties

    displayName: string
    id: string
    profilePictureUrl: string | null