Type Alias KeyAnyObj

KeyAnyObj: {
    [key: string]: any;
}

A key-value mapping where keys are strings and values can be of any type.