type FunctionContext = { [key: string]: unknown; }; export default FunctionContext;