Custom channel emoticons WIP (#130)

This commit is contained in:
John Livingston
2024-06-06 11:36:07 +02:00
parent aa9697074a
commit 92e9d6d1af
10 changed files with 205 additions and 30 deletions

View File

@ -3,6 +3,7 @@
// SPDX-License-Identifier: AGPL-3.0-only
export enum ValidationErrorType {
Missing,
WrongType,
WrongFormat,
NotInRange,