From 64179d1f12d42ff3350c88306cf366093a38f906 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Thu, 30 Sep 2021 23:53:15 +0200 Subject: [PATCH] Added forgotten FileBuffers (not commited yet) --- src/schemas/index.ts | 3 +++ 1 file changed, 3 insertions(+) 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;