mirror of
https://github.com/Xevion/banner.git
synced 2026-01-31 14:23:36 -06:00
7 lines
357 B
TypeScript
7 lines
357 B
TypeScript
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
|
|
/**
|
|
* Response for `POST /api/admin/rmp/rescore`.
|
|
*/
|
|
export type RescoreResponse = { totalUnmatched: number, candidatesCreated: number, candidatesRescored: number, autoMatched: number, skippedUnparseable: number, skippedNoCandidates: number, };
|