@suluk/cloudflare - v0.4.0
    Preparing search index...

    Interface AssetFile

    One asset: its server path (e.g. "/index.html"), bytes, and content type.

    interface AssetFile {
        path: string;
        bytes: Uint8Array;
        contentType: string;
    }
    Index

    Properties

    path: string
    bytes: Uint8Array
    contentType: string