@graffiti-garden/api
    Preparing search index...

    Type Alias GraffitiMediaAccept

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

    Properties

    Properties

    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.

    maxBytes?: number

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