We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9cda1a commit ab2ff4aCopy full SHA for ab2ff4a
content/docs/security/next-rsc.mdx
@@ -69,7 +69,7 @@ export async function createBooking(data: Booking) {
69
import { client } from '@/lib/gateway'
70
import { CreateBooking } from '@/lib/dtos'
71
72
-export async function createBooking(data: BookingData) {
+export async function createBooking(data: Booking) {
73
// Type-safe API call to .NET backend
74
return await client.api(new CreateBooking(data))
75
}
0 commit comments