import { FullAuditedEntityDto } from '../abp'
export interface AiDto extends FullAuditedEntityDto<string> {
name: string
apiUrl?: string
}