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