summary refs log tree commit diff
path: root/src/util/schemas/EmojiModifySchema.ts
blob: 5529dbd50594fe6475443fc6a0cddbece580a586 (plain) (blame)
1
2
3
4
5
export interface EmojiModifySchema {
	name?: string;
	roles?: string[];
}