Interface NotesGetResponse

interface NotesGetResponse {
    count: number;
    items: NotesNote[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total number

items: NotesNote[]

Generated using TypeDoc