Variable utilsConst

utils: {
    makeApiXErrorResponse: ((message: string) => ApiXJsonDictionary<unknown>);
} = ...

Type declaration