type InsertMutationFn<T, TKey, TUtils> = (params) => Promise<any>;
type InsertMutationFn<T, TKey, TUtils> = (params) => Promise<any>;
定义于: packages/db/src/types.ts:302
• T 扩展 object = Record<string, unknown>
• TKey 扩展 string | number = string | number
• TUtils 扩展 UtilsRecord = Record<string, Fn>
InsertMutationFnParams<T, TKey, TUtils>
Promise<any>
您的每周 JavaScript 资讯。每周一免费发送给超过 10 万开发者。