AutoBE
    Preparing search index...
    interface IEntryProfile {
        byteLength: number & Type<"uint32">;
        compressedBytes: number & Type<"uint32">;
        extension: string;
        kind: EvidenceKind;
        path: string;
    }
    Index

    Properties

    byteLength: number & Type<"uint32">
    compressedBytes: number & Type<"uint32">
    extension: string
    path: string