Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

Key Type

interface IObjectKeys {
  [key: string]: string | number | undefined;
}

interface IDevice extends IObjectKeys {
  id: number;
  room_id: number;
  name: string;
  type?: string;
  description: string;
}

If you use the optional property in your object;  
you should add 'undefined' value
Comment

PREVIOUS NEXT
Code Example
Javascript :: how to add lang attribute in next js 
Javascript :: react detect page width 
Javascript :: jquery recharger la page 
Javascript :: how to change icon from play to pause in javascript 
Javascript :: iban validation regex for all countries 
Javascript :: While resolving: gatsby-starter-ghost@2.0.0 npm ERR! Found: react@17.0.2 
Javascript :: how to find unique values in an array in js using function 
Javascript :: node require fs not found 
Javascript :: reverse js 
Javascript :: less than or equal to javascript 
Javascript :: operators in js 
Javascript :: js add html element 
Javascript :: how to add items to object in javascript 
Javascript :: how to install nuxtjs with tailwind css 
Javascript :: create secure jwt secret key using node crypto 
Javascript :: serializeobject jquery 
Javascript :: javascript array read object value in array 
Javascript :: setstate array 
Javascript :: node check if internet 
Javascript :: javascript some 
Javascript :: swift convert array to json 
Javascript :: find the last occurrence of a character in a string javascript 
Javascript :: Saber si un elemento existe en el DOM 
Javascript :: js get browser name and platform 
Javascript :: clear input field data in jquery 
Javascript :: for:each in lwc js 
Javascript :: SyntaxError: await is only valid in async function 
Javascript :: jquery multiple ids same funjquery apply function to multiple elementsction 
Javascript :: axios node js 
Javascript :: react form 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =