Erster Commit
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import type { JsonValue } from "../json-format.js";
|
||||
/**
|
||||
*
|
||||
*/
|
||||
export type OptionsMap = {
|
||||
readonly [extensionName: string]: JsonValue;
|
||||
};
|
||||
Reference in New Issue
Block a user