@graffiti-garden/wrapper-synchronize
    Preparing search index...

    Type Alias GraffitiMediaRequirements

    type GraffitiMediaRequirements = {
        accept?: string;
        maxBytes?: number;
    }
    Index

    Properties

    Properties

    accept?: string

    A list of acceptable media types for the retrieved media, formatted as like an HTTP Accept header

    maxBytes?: number

    The maximum acceptable size, in bytes, of the media.