diff --git a/src/types/models/applications.ts b/src/types/models/applications.ts index 0a759d12..9271091e 100644 --- a/src/types/models/applications.ts +++ b/src/types/models/applications.ts @@ -14,7 +14,7 @@ type TransformType = typeof TRANSFORM_TYPES[number]; interface Application extends Auditable { id: string; tenantId: string; - name: string; + name?: string; key?: string; type: ApplicationType; permissions?: string[];