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

    Type Alias GraffitiMediaAccept

    type GraffitiMediaAccept = {
        maxBytes?: number;
        types?: string[];
    }
    Index

    Properties

    Properties

    maxBytes?: number

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

    types?: string[]

    A list of acceptable media types for the retrieved media. Each type in the list may be of the form <type>/<subtype>, <type>/*, or &#42;/*, just as types are formatted in an HTTP Accept header.