Skip to content

Instantly share code, notes, and snippets.

@glommer
Created August 1, 2022 19:01
Show Gist options
  • Save glommer/db1c576349f4461a592a4484db1d4059 to your computer and use it in GitHub Desktop.
Save glommer/db1c576349f4461a592a4484db1d4059 to your computer and use it in GitHub Desktop.
import { ChiselEntity } from "@chiselstrike/api";
export class Post extends ChiselEntity {
title: string;
markdown: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment