Skip to content

Instantly share code, notes, and snippets.

@koalicioous
Created October 25, 2021 11:50
Show Gist options
  • Save koalicioous/247afb2cd4d7b3cf32f5934421530f2f to your computer and use it in GitHub Desktop.
Save koalicioous/247afb2cd4d7b3cf32f5934421530f2f to your computer and use it in GitHub Desktop.
const myBook = { title: 'Negeri 5 Menara', author: 'Ahmad Fuadi'}
type Book = typeof myBook
const yourBook: Book;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment