LWT JavaScript API
    Preparing search index...

    Interface ProfileGetResponse

    Envelope returned by GET /profile.

    interface ProfileGetResponse {
        error?: string;
        profile?: Profile;
    }
    Index
    error?: string
    profile?: Profile