@yesstudio/nuxt-composables
    Preparing search index...

    Type Alias HistoryStateValueInternal

    HistoryStateValue:
        | string
        | number
        | boolean
        | null
        | undefined
        | HistoryState
        | HistoryStateArray

    Allowed variables in HTML5 history state. Note that pushState clones the state passed and does not accept everything: e.g.: it doesn't accept symbols, nor functions as values. It also ignores Symbols as keys.