Added forgotten FileBuffers (not commited yet)

This commit is contained in:
Alexander Cerutti
2021-09-30 23:53:15 +02:00
parent fc957a4a24
commit 64179d1f12

View File

@@ -21,6 +21,9 @@ import { Semantics } from "./SemanticTags";
const schemaDebug = debug("Schema"); const schemaDebug = debug("Schema");
export interface FileBuffers {
[key: string]: Buffer;
}
/* export interface Certificates { /* export interface Certificates {
wwdr?: string; wwdr?: string;