UNPKG

rune

Version:

CLI to upload your games to Rune

5 lines (4 loc) 193 B
import { GameQuery } from "../generated/types.js"; export declare function gameDevItemLabel({ gameDev, }: { gameDev: NonNullable<GameQuery["gameById"]>["gameDevs"]["nodes"][0]; }): string;