Skip to content

Instantly share code, notes, and snippets.

@glommer
Created May 19, 2022 16:42
Show Gist options
  • Save glommer/c1f2438e11a1dca6f511b736848c964b to your computer and use it in GitHub Desktop.
Save glommer/c1f2438e11a1dca6f511b736848c964b to your computer and use it in GitHub Desktop.
import { ChiselEntity } from "@chiselstrike/api"
export class Person extends ChiselEntity {
name: string;
age: number;
isHuman: boolean = false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment