Interface NotesDeleteParams

interface NotesDeleteParams {
    note_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

note_id: number

Note ID.

Generated using TypeDoc