Update role-policy-editor.ts

This commit is contained in:
かっこかり 2025-07-08 15:50:05 +09:00 committed by GitHub
parent a0a0c8a4ed
commit 75ad704bb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;