export interface DmChannelCreateSchema {
	name?: string;
	recipients: string[];
}