summary refs log tree commit diff
path: root/src/util/schemas/responses/ChannelMessagesResponse.ts
blob: 65b7dab50aa3e51422b26bd1caf6ccfa8325cf3c (plain) (blame)
1
2
3
import { Message } from "../../entities";

export type ChannelMessagesResponse = Message[];