AutoBE
    Preparing search index...
    interface INestedArchiveProfile {
        path: string;
        profile: IProfile | null;
        reason: string | null;
        status: "failed" | "profiled" | "skipped";
    }
    Index

    Properties

    path: string
    profile: IProfile | null
    reason: string | null
    status: "failed" | "profiled" | "skipped"