interface UpdateMessageDto {
    category?: string;
    content?: string;
    priority?: string;
    title?: string;
    typeId?: string;
}

Hierarchy

  • WithCustomFields
    • UpdateMessageDto

Properties

category?: string
content?: string
priority?: string
title?: string
typeId?: string

Generated using TypeDoc