Interface UsernameinfoCommandInput

interface UsernameinfoCommandInput {
    username: string;
}

Properties

Properties

username: string