Interface UserInfoCommandInput

interface UserInfoCommandInput {
    userId: string;
}

Properties

Properties

userId: string