User account recovery interface

interface UserAccountRecovery {
    baseUrl?: string;
    username: string;
}

Properties

Properties

baseUrl?: string
username: string