(...args: unknown[])
| 209 | ): RuntimePlugin<Schema, ExtQueryArgs, ExtClientMembers, ExtResult>; |
| 210 | |
| 211 | export function definePlugin(...args: unknown[]) { |
| 212 | return args.length === 2 ? args[1] : args[0]; |
| 213 | } |
| 214 | |
| 215 | // #region OnProcedure hooks |
| 216 |
no outgoing calls
no test coverage detected