Type alias FunctionContext

FunctionContext: {
    [name: string]: CallableFunction;
}

An object containing callable functions and their names

Type declaration