internetarchive-ts - v0.1.0
    Preparing search index...

    Type Alias IaBaseMetadataTypeBeta

    IaBaseMetadataType: {
        [key: string]: IaMetadataValidFieldType | IaMetadataValidFieldType[];
    }

    The most basic metadata type, allowing for keys to be of type string, boolean, number or undefined, or arrays of those primitives.

    Type Declaration