KC's Workspace
    Preparing search index...

    Make all properties in T optional

    interface PartialResolvedId {
        attributes?: Record<string, string> | null;
        external?: boolean | "absolute" | "relative";
        id: string;
        meta?: CustomPluginOptions | null;
        moduleSideEffects?: boolean | "no-treeshake" | null;
        resolvedBy?: string;
        syntheticNamedExports?: string | boolean | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes?: Record<string, string> | null
    external?: boolean | "absolute" | "relative"
    id: string
    meta?: CustomPluginOptions | null
    moduleSideEffects?: boolean | "no-treeshake" | null
    resolvedBy?: string
    syntheticNamedExports?: string | boolean | null