@getanthill/datastore
Version:
Event-Sourced Datastore
5 lines (4 loc) • 354 B
TypeScript
import type { NextFunction, Request, Response } from 'express';
import { Services } from '../../typings';
export declare function authorize(services: Services): (req: Request, res: Response, next: NextFunction) => Promise<void>;
export declare function obligations(services: Services): (req: Request, res: Response, next: NextFunction) => Promise<void>;