interface UserCreateResponse {
    user: string;
}

Properties

Properties

user: string