sqlocal / index / CallbackUserFunction
Type Alias: CallbackUserFunction
ts
type CallbackUserFunction = {
func: (...args) => void;
name: string;
type: "callback";
};Defined in: src/types.ts:172
Properties
| Property | Type | Defined in |
|---|---|---|
func | (...args) => void | src/types.ts:175 |
name | string | src/types.ts:174 |
type | "callback" | src/types.ts:173 |

