export class RoleBasedSecurityContract {
    public roles: string[];
}