export interface KnowledgeBaseSourceFileUrlResponseModel { /** Signed URL to download the source file directly */ signedUrl: string; }