Type Alias KeyStrObj

KeyStrObj: {
    [key: string]: string;
}

A key-value mapping where keys are strings and values are strings.