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

    Type Alias MaybeArray<T>

    MaybeArray: T[] | T

    Represents a type that can be either an array of type T or a single value of type T.

    Type Parameters

    • T