Type alias MessageCreatedData

MessageCreatedData: yup.InferType<typeof messageCreatedDataSchema> & {
    agentContact?: AgentContact | null;
    brand: Brand;
    case: Case;
    channel: Channel;
    message: Message;
    thread: ThreadView;
}

Type declaration

  • Optional agentContact?: AgentContact | null
  • brand: Brand
  • case: Case
  • channel: Channel
  • message: Message
  • thread: ThreadView

Generated using TypeDoc