Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Created November 2, 2023 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnlokerse/9642a2551be285ab8c80de69501081cf to your computer and use it in GitHub Desktop.
Save johnlokerse/9642a2551be285ab8c80de69501081cf to your computer and use it in GitHub Desktop.
Learn how to enhance objects with User-Defined Types in Azure Bicep blog
type personType = {
name: string
age: int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment