Explorar o código

docs: fix example again

Sven hai 1 ano
pai
achega
71579355bc
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -541,6 +541,8 @@ import { ConfigManager } from "@sv443-network/userutils";
 interface MyConfig {
   foo: string;
   bar: number;
+  baz: string;
+  qux: string;
 }
 
 /** Default config data */