Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMyService

An example interface that we want to mock

Hierarchy

  • IMyService

Implemented by

Index

Properties

functionOne

functionOne: () => void

Type declaration

    • (): void
    • Returns void

functionThree

functionThree: () => string

Type declaration

    • (): string
    • Returns string

functionTwo

functionTwo: (value: string) => boolean

Type declaration

    • (value: string): boolean
    • Parameters

      • value: string

      Returns boolean

propOne

propOne: string

Optional propThree

propThree: undefined | number

propTwo

propTwo: string

Generated using TypeDoc