UNPKG

typeorm-adapter

Version:

TypeORM adapter for Casbin

13 lines (12 loc) 257 B
import { BaseEntity, ObjectId } from 'typeorm'; export declare class CasbinMongoRule extends BaseEntity { id: ObjectId; ptype: string; v0: string; v1: string; v2: string; v3: string; v4: string; v5: string; v6: string; }