export interface MemberChangeProfileSchema { banner?: string | null; nick?: string; bio?: string; }