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