Skip to content

Instantly share code, notes, and snippets.

@JWLangford
Created October 15, 2022 10:41
Show Gist options
  • Save JWLangford/2c7cfeac3481cc492543154ef0797c24 to your computer and use it in GitHub Desktop.
Save JWLangford/2c7cfeac3481cc492543154ef0797c24 to your computer and use it in GitHub Desktop.
interface ObjectBase {
id: string
created?: string
update?: string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment