UNPKG

typeorm-adapter

Version:

TypeORM adapter for Casbin

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