Type Alias TypedObject

TypedObject: {
    [key: TypedKey]: TypedValue;
} | object