@nospamproxy/core
    Preparing search index...

    Interface EntityHasDependenciesError

    interface EntityHasDependenciesError {
        error: {
            "@NoSpamProxy.Error.DependentItems": string[];
            code: "EntityHasDependencies";
            message: string;
        };
    }
    Index

    Properties

    Properties

    error: {
        "@NoSpamProxy.Error.DependentItems": string[];
        code: "EntityHasDependencies";
        message: string;
    }