Type Alias StringKeyObject

StringKeyObject: {
    [key: string]: unknown;
}