mirror of
https://github.com/kc4x4sar/d4h-typescript.git
synced 2026-06-03 09:23:36 -07:00
Updated some member fields to be optional, per API
This commit is contained in:
+4
-4
@@ -34,16 +34,16 @@ export interface MemberStatusLabel {
|
||||
export interface Member {
|
||||
address: string;
|
||||
custom_fields: CustomField[];
|
||||
email: string;
|
||||
email?: string;
|
||||
emergency_contacts: EmergencyContact;
|
||||
group_ids: number[];
|
||||
group_ids?: number[];
|
||||
homephone: string;
|
||||
id: number;
|
||||
mobilephone: string;
|
||||
mobilephone?: string;
|
||||
name: string;
|
||||
notes: string;
|
||||
position: string;
|
||||
ref: string;
|
||||
ref?: string;
|
||||
status: MemberStatus;
|
||||
workphone: string;
|
||||
}
|
||||
Reference in New Issue
Block a user