@portabletext/to-html - v6.0.0
    Preparing search index...

    Type Alias LooseRecord<K, V>

    LooseRecord: Record<string, V> & { [P in K]?: V }

    A record type that allows for autocompletion of keys, but also allows for arbitrary keys to be used.

    Type Parameters

    • K extends string
    • V