Type Alias CheckIsUsernameAvailableParams

CheckIsUsernameAvailableParams: {
    username: string;
}