Skip to content

Instantly share code, notes, and snippets.

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