Type alias StringObj

StringObj: Record<string, string>

A utility type for objects with string keys and string values.

Generated using TypeDoc