export type T_AssignSlaveMenuToMasterBodyParams = {
    masterMenuId: string;
    slaveMenuId: string;
};
//# sourceMappingURL=index.d.ts.map