NotesTypeChange

Date

2/1/2024 - 3:10:50 PM

Export

Constructors

Properties

Methods

Constructors

Properties

apiClient: APIClient

Methods

  • Change a note's type.

    Parameters

    • param0: {
          content: string;
          preview: string;
          type: NoteType;
          uuid: string;
      }
      • content: string
      • preview: string
      • type: NoteType
      • uuid: string

    Returns Promise<void>

    Date

    2/13/2024 - 5:39:10 AM

    Async

Generated using TypeDoc