export interface CatalogCategoryManagementV1MovePutBody { parentId: number; afterId?: number; }