1 2 3 4 5
export interface MemberChangeProfileSchema { banner?: string | null; nick?: string; bio?: string; }