@playitfwd/types
v2.2.82
Published
Typescript definitions for Play It Forward DAO
Downloads
269
Keywords
Readme
@playitfwd/types
Typescript type definitions for Play It Forward DAO repositories.
This is currently published as an npm package at @playitfwd/types
Installation
npm i @playitfwd/types
Usage
import { Quest } from "@playitfwd/types";
const quest: Quest = {
questName: "Test Quest",
// Insert other parameters
}
Extending
Follow the steps bellow to add relevant types to the package.