Documentation
    Preparing search index...

    Interface ResourceBytesManyResult

    Outbound: ordered bulk fetch result.

    interface ResourceBytesManyResult {
        id: string;
        items: readonly ResourceBytesManyItem[];
        type: "resource.bytesMany.result";
    }
    Index

    Properties

    Properties

    id: string
    items: readonly ResourceBytesManyItem[]
    type: "resource.bytesMany.result"