export interface IRbacOptions { inject?: string[] | any[]; parameters?: { [key: string]: string; }; }