KC's Workspace
    Preparing search index...

    Make all properties in T optional

    interface PartialResolvedId {
        external?: boolean | "absolute" | "relative";
        id: string;
        invalidate?: boolean | null;
        meta?: CustomPluginOptions | null;
        moduleSideEffects?: ModuleSideEffects;
        packageJsonPath?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    external?: boolean | "absolute" | "relative"
    id: string
    invalidate?: boolean | null
    meta?: CustomPluginOptions | null
    moduleSideEffects?: ModuleSideEffects
    packageJsonPath?: string | null