AddChunkToGroupReqPayload: {
    chunk_id?: string | null;
    chunk_tracking_id?: string | null;
}

Type declaration

  • Optionalchunk_id?: string | null

    Id of the chunk to make a member of the group.

  • Optionalchunk_tracking_id?: string | null

    Tracking Id of the chunk to make a member of the group.