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

    Interface AddNoteDto

    Data Transfer Object for adding a new note to a user.

    interface AddNoteDto {
        content: string;
        stafferId: string;
    }
    Index

    Properties

    Properties

    content: string

    The content of the note.

    stafferId: string

    The Discord ID of the staff member adding the note.