Magek Framework
    Preparing search index...

    Interface HealthRoleAccess

    interface HealthRoleAccess {
        authorize?: Class<RoleInterface>[] | "all" | HealthAuthorizer;
    }
    Index

    Properties

    Properties

    authorize?: Class<RoleInterface>[] | "all" | HealthAuthorizer