4 lines
419 B
TypeScript
4 lines
419 B
TypeScript
import { Request, Response, NextFunction } from 'express';
|
|
export declare function requireActiveSubscription(req: Request, res: Response, next: NextFunction): Promise<Response<any, Record<string, any>> | undefined>;
|
|
export declare function requireFullAccess(req: Request, res: Response, next: NextFunction): Promise<Response<any, Record<string, any>> | undefined>;
|
|
//# sourceMappingURL=subscription.entitlement.d.ts.map
|