interface UpdateEmailResponse {
    profiles: IProfile[];
}

Properties

Properties

profiles: IProfile[]