Type Alias UsernameSuggestionsInput

UsernameSuggestionsInput: {
    email: string;
    waterfallId: string;
}