Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "cyan/Cyan.spec"

Index

Type aliases

Type aliases

State

State: { a: string; fn: () => boolean; hello: { there?: undefined | { world?: undefined | string } }; obj: { attr: number } }

Type declaration

  • a: string
  • fn: () => boolean
      • (): boolean
      • Returns boolean

  • hello: { there?: undefined | { world?: undefined | string } }
    • Optional there?: undefined | { world?: undefined | string }
  • obj: { attr: number }
    • attr: number

Generated using TypeDoc