@folderharbor/sdk
    Preparing search index...

    Type Alias FHSelfInfoEdit

    type FHSelfInfoEdit = {
        clearLoginAttempts?: boolean;
        password?: string;
        username?: string;
    }

    Properties

    clearLoginAttempts?: boolean
    password?: string
    username?: string