Type alias DefaultFunctionsFactory

DefaultFunctionsFactory: {
    [name: string]: AppServicesFunction<unknown, unknown[]>;
}

The default functions factory, providing types for easily calling functions.

Type declaration

  • [name: string]: AppServicesFunction<unknown, unknown[]>

    All the functions are accessible as members on this instance.

Generated using TypeDoc