Type alias GroupFileMove

GroupFileMove: RequestParams<{
    id: string;
    movePath: string;
    target: number;
}>

Type declaration

  • id: string
  • movePath: string
  • target: number

Generated using TypeDoc