UNPKG

koobor-sdk

Version:
5 lines (4 loc) 120 B
import { Game } from "../gaming/Game"; export interface GameRepository { findByName(name: string): Promise<Game>; }