Documentation
    Preparing search index...

    Interface ResourceBytesManyRequest

    Inbound: napplet requests many resource URLs in one envelope.

    interface ResourceBytesManyRequest {
        id: string;
        type: "resource.bytesMany";
        urls: readonly string[];
    }
    Index

    Properties

    Properties

    id: string
    type: "resource.bytesMany"
    urls: readonly string[]