/* * Some helpful type definitions to help with type checking */ interface Object { // Allows for TypeScript to know this field now exist hasOwnProperty(key: K): this is Record }