User functions
List all user functions
const userFns = await ft.userFunctions.list();
// use userFns.json() to access data
- Returns a
Promisethat resolves to anArrayofFreshteam.models.UserFunctionobjects
Get user function by ID
const userFn = await ft.userFunctions.get(id);
// use userFn.json() to access data
- Returns a
Promisethat resolves to aFreshteam.models.UserFunctionobject