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

    Type Alias LocationQueryValueInternal

    LocationQueryValue: string | null

    Possible values in normalized LocationQuery. null renders the query param but without an =.

    ?isNull&isEmpty=&other=other
    gives
    `{ isNull: null, isEmpty: '', other: 'other' }`.