Interface CheckUsernameCommandInput

interface CheckUsernameCommandInput {
    username: string;
}

Properties

Properties

username: string