@cldn/web-ts - v0.4.0
    Preparing search index...

    Interface Permissible

    Represents an entity that can be checked for permissions.

    interface Permissible {
        has(permission: Permission): boolean;
    }

    Implemented by

    Index

    Methods

    Methods