Vairified TypeScript SDK - v0.3.1
Vairified
GitHub
Preparing search index...
vairified
TournamentImportResultWire
Interface TournamentImportResultWire
Wire shape for tournament import response.
interface
TournamentImportResultWire
{
success
:
boolean
;
matchesImported
:
number
;
gamesRecorded
:
number
;
ghostPlayersCreated
:
number
;
existingPlayersMatched
:
number
;
dryRun
?:
boolean
;
message
?:
string
;
errors
?:
readonly
string
[]
;
}
Index
Properties
success
matches
Imported
games
Recorded
ghost
Players
Created
existing
Players
Matched
dry
Run?
message?
errors?
Properties
Readonly
success
success
:
boolean
Readonly
matches
Imported
matchesImported
:
number
Readonly
games
Recorded
gamesRecorded
:
number
Readonly
ghost
Players
Created
ghostPlayersCreated
:
number
Readonly
existing
Players
Matched
existingPlayersMatched
:
number
Optional
Readonly
dry
Run
dryRun
?:
boolean
Optional
Readonly
message
message
?:
string
Optional
Readonly
errors
errors
?:
readonly
string
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
success
matches
Imported
games
Recorded
ghost
Players
Created
existing
Players
Matched
dry
Run
message
errors
Quick Start
Python SDK
Vairified
GitHub
Vairified TypeScript SDK - v0.3.1
Loading...
Wire shape for tournament import response.