RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Interface UpdateNoteDto

    Data Transfer Object for updating an existing note.

    interface UpdateNoteDto {
        content?: string;
        stafferId?: string;
    }
    Index

    Properties

    Properties

    content?: string

    The updated content of the note.

    stafferId?: string

    The Discord ID of the staff member updating the note.