Type Alias UsernameToEmailData

UsernameToEmailData: {
    username: string;
    workspace: string;
}