summary refs log tree commit diff
path: root/src/util/schemas/MemberChangeProfileSchema.ts
blob: 3e85174d87def06571436c60ca78a2e3cb54cb19 (plain) (blame)
1
2
3
4
5
export interface MemberChangeProfileSchema {
	banner?: string | null;
	nick?: string;
	bio?: string;
}