Skip to content

sqlocal / index / UserFunction

Type Alias: UserFunction

ts
type UserFunction = 
  | CallbackUserFunction
  | ScalarUserFunction
  | AggregateUserFunction;

Defined in: src/types.ts:168

Released under the MIT License