UNPKG
@karate-combat/api
Version:
latest (2.3.2)
2.3.2
2.3.1
2.2.1
2.2.0
2.1.0
2.0.0
1.0.0
Karate Combat API Client
@karate-combat/api
/
dist
/
lib
/
src
/
fights
/
index.d.ts
4 lines
•
187 B
TypeScript
View Raw
1
2
3
4
import
{
FightResultDto
}
from
'lib/src/fights/types'
;
declare
function
getFightResult
(
id
:
string
):
Promise
<
FightResultDto
>;
export
{ getFightResult };
//# sourceMappingURL=index.d.ts.map