Type Alias GroupFileMove

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