Skip to content

Error: Object literal may only specify known properties #3

@itshazlan

Description

@itshazlan

Hi, your project is awesome and I want to test it, but it give me an error like this ::
Argument of type '{ id: number; text: string; at: Date; led: "FF0000"; sound: string; }' is not assignable
to parameter of type 'ILocalNotification | ILocalNotification[]'. Object literal may only specify known
properties, and 'at' does not exist in type 'ILocalNotification | ILocalNotification[]'.

  L41:  text: 'Delayed ILocalNotification',
  L42:  at: date,
  L43:  led: 'FF0000',

Hope you help me out, thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions