export interface AiRestrictionsRequest { internalUse?: 'ALLOWED' | 'ALLOWED_WITH_RESTRICTIONS' | 'NOT_ALLOWED'; llmUse?: 'ALLOWED' | 'ALLOWED_WITH_RESTRICTIONS' | 'NOT_ALLOWED'; info?: string; }