Newer
Older
percord / src / util / schemas / MemberChangeProfileSchema.ts
@Madeline Madeline on 5 Jan 2023 191 bytes Prettier
export interface MemberChangeProfileSchema {
	banner?: string | null;
	nick?: string;
	bio?: string;
	pronouns?: string;

	/*
	 * @items.type integer
	 */
	theme_colors?: [number, number];
}