type MutationFn<T> = (params) => Promise<any>;
type MutationFn<T> = (params) => Promise<any>;
Definiert in: packages/db/src/types.ts:141
• T extends object = Record<string, unknown>
Promise<any>
Ihre wöchentliche Dosis JavaScript-Nachrichten. Jeden Montag kostenlos an über 100.000 Entwickler geliefert.