Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 271 Bytes

user-default-types.md

File metadata and controls

12 lines (10 loc) · 271 Bytes

UserDefaultTypes Object

  • string string
  • boolean boolean
  • integer number
  • float number
  • double number
  • url string
  • array Array<unknown>
  • dictionary Record<string, unknown>

This type is a helper alias, no object will never exist of this type.