diff --git a/src/schemas/index.ts b/src/schemas/index.ts index 2b9301a..6cf8923 100644 --- a/src/schemas/index.ts +++ b/src/schemas/index.ts @@ -21,6 +21,9 @@ import { Semantics } from "./SemanticTags"; const schemaDebug = debug("Schema"); +export interface FileBuffers { + [key: string]: Buffer; +} /* export interface Certificates { wwdr?: string;