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

export type ChannelPinsResponse = Message[];