fix(core): update
This commit is contained in:
@ -7,6 +7,6 @@ export interface IPerson {
|
||||
sex: 'male' | 'female' | 'queer';
|
||||
legalProxyFor?: {
|
||||
type: 'self' | 'other';
|
||||
contact: IContact;
|
||||
contact?: IContact;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user