AAE-11353 Add canAccessAudit property (#10482)

This commit is contained in:
Amedeo Lepore
2024-12-11 10:28:29 +01:00
committed by GitHub
parent 364604836c
commit e433c45f62

View File

@@ -21,6 +21,7 @@ export const DEFAULT_APP_INSTANCE_ICON = 'favorite_border';
export interface ApplicationInstanceModel {
name?: string;
displayName?: string;
canAccessAudit?: boolean;
createdAt?: any;
status?: string;
theme?: string;