@creator-co/module-identity-client - v2.0.4
    Preparing search index...

    Type Alias RouteACE

    type RouteACE = {
        componentId: ACL_IDM_BASE_Components | string;
        level: ACLLevels;
        targetId?: string;
    }
    Index

    Properties

    componentId: ACL_IDM_BASE_Components | string
    level: ACLLevels
    targetId?: string