Type Alias ExistsUsernameData

ExistsUsernameData: {
    requestBody: {
        id: string;
        username: string;
    };
}