Interface NotesDeleteCommentParams

interface NotesDeleteCommentParams {
    comment_id: number;
    owner_id?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

comment_id: number

Comment ID.

owner_id?: number

Note owner ID.

Generated using TypeDoc