remove unnecessary type
This commit is contained in:
parent
e6bce4dcf1
commit
3f8d706c6e
|
@ -14,10 +14,6 @@ interface RolePolicyDefItemBase<T = any> {
|
|||
inputCaption?: string | Component;
|
||||
}
|
||||
|
||||
export type RolePolicyDefItemBaseDisplayValueGetter = {
|
||||
displayValue: (value: boolean | number | string, full?: boolean) => string;
|
||||
};
|
||||
|
||||
interface RolePolicyDefItemBoolean extends RolePolicyDefItemBase<boolean> {
|
||||
type: 'boolean';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue