livelike logo
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

Const getSponsors

  • Gets sponsors list for a given program.

    async
    since

    2.5.1

    example
    LiveLike.getSponsors({programId: string}).then(sponsors => console.log(sponsors))
    

    Parameters

    • args: { programId: string }
      • programId: string

    Returns Promise<ISponsorPayload[]>

Legend

  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Enumeration

Generated using TypeDoc