summary refs log tree commit diff
path: root/src/util/schemas/BulkDeleteSchema.ts
blob: 6a71e05246edfb6cadaa897d85b4dc1ff439be46 (plain) (blame)
1
2
3
export interface BulkDeleteSchema {
	messages: string[];
}