Skip to content

Instantly share code, notes, and snippets.

@JWLangford
Created October 15, 2022 10:29
Show Gist options
  • Save JWLangford/19022fe2f12d840eacf04b2e1df2a247 to your computer and use it in GitHub Desktop.
Save JWLangford/19022fe2f12d840eacf04b2e1df2a247 to your computer and use it in GitHub Desktop.
interface Account extends Person, Dates, Id, Email, Billing, Permissions, Metrics {
memberStatus: string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment