tighter types and linting

This commit is contained in:
Kyle Corbitt
2023-06-26 23:40:05 -07:00
parent 4742d9bd02
commit bca35c9eb2
20 changed files with 64 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
import { JSONSerializable } from "../types";
import { type JSONSerializable } from "../types";
export type VariableMap = Record<string, string>;