UNPKG

koobor-sdk

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