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