closed: edit positions in current org structure (#1418)

This commit is contained in:
Warunee Tamkoo 2025-08-21 10:36:16 +07:00
parent 8e56123e12
commit 7cb580060b
9 changed files with 85 additions and 31 deletions

View file

@ -16,6 +16,8 @@ interface MovePos {
interface Inherit {
draftPositionId: string;
publishPositionId: string;
draftRevisionId?: string;
publishRevisionId?: string;
}
export type { FilterMaster, MovePos, Inherit };