opensensemap-client
    Preparing search index...

    Type Alias UpdateUserOptions

    type UpdateUserOptions = {
        email?: string;
        integrations?: object;
        language?: Language;
        name?: string;
        newPassword?: string;
    }
    Index

    Properties

    email?: string
    integrations?: object
    language?: Language
    name?: string
    newPassword?: string