zibri
    Preparing search index...
    ArrayPropertyMetadata: BasePropertyMetadata & {
        items: ArrayPropertyItemMetadata;
        totalMaxSize: FileSize;
        type: "array";
    }

    Metadata for array properties.

    Type Declaration

    • items: ArrayPropertyItemMetadata

      The definition for the items of the property.

    • totalMaxSize: FileSize

      The total maximum size that all files in the array combined can have.

    • type: "array"

      The type of the property.