UNPKG

202 BTypeScriptView Raw
1export declare class OwnerAuthorizer {
2 owner(idParam?: string): (req: any, res: any, next: () => void) => void;
3 ownerOrAdmin(idParam?: string): (req: any, res: any, next: () => void) => void;
4}