Type Alias RemoveChunkFromGroupReqPayload

RemoveChunkFromGroupReqPayload: {
    chunk_id: string;
}

Type declaration

  • chunk_id: string

    Id of the chunk to remove from the group.