Update role-policy-editor.ts
This commit is contained in:
parent
a0a0c8a4ed
commit
75ad704bb6
|
@ -5,7 +5,7 @@
|
||||||
import type { Component } from 'vue';
|
import type { Component } from 'vue';
|
||||||
import type { ROLE_POLICIES } from '@@/js/const.js';
|
import type { ROLE_POLICIES } from '@@/js/const.js';
|
||||||
|
|
||||||
interface RolePolicyDefItemBase<T extends unknown = any> {
|
interface RolePolicyDefItemBase<T = any> {
|
||||||
searchTerms?: string[];
|
searchTerms?: string[];
|
||||||
type: string;
|
type: string;
|
||||||
displayLabel: string;
|
displayLabel: string;
|
||||||
|
|
Loading…
Reference in New Issue