@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbGuardRule

    interface UmbGuardRule {
        message?: string;
        permitted: boolean;
        unique: string | symbol;
    }

    Hierarchy (View Summary)

    Index

    Properties

    message?: string
    permitted: boolean
    unique: string | symbol