Type alias StringBooleanHash

StringBooleanHash: {
    [key: string]: boolean;
}

Hash with string as key and boolean as value.

Type declaration

  • [key: string]: boolean

Generated using TypeDoc