kysely
    Preparing search index...

    Interface FilePropertyBag

    interface FilePropertyBag {
        endings?: "native" | "transparent";
        lastModified?: number;
        type?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    endings?: "native" | "transparent"
    lastModified?: number
    type?: string