@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface UnitParentChildRequest

    interface UnitParentChildRequest {
        childId: string;
        orgId: string;
        parentId?: string;
    }
    Index

    Properties

    childId: string
    orgId: string
    parentId?: string