/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface BlobAsResponse { content: string; encoding: string; url: string; sha: string; size: number | null; node_id: string; highlighted_content?: string; } //# sourceMappingURL=BlobAsResponse.d.ts.map