Interface POSTListItemBody

interface POSTListItemBody {
    message: string;
    note?: {
        content: string;
    };
}

Properties

Properties

message: string

The message of the list item

note?: {
    content: string;
}

Type declaration

  • content: string

    The note of the list item