fix(core): update
This commit is contained in:
parent
c48c6a2d79
commit
62eeeecfef
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@tsclass/tsclass',
|
name: '@tsclass/tsclass',
|
||||||
version: '4.0.25',
|
version: '4.0.26',
|
||||||
description: 'common classes for TypeScript'
|
description: 'common classes for TypeScript'
|
||||||
}
|
}
|
||||||
|
@ -7,6 +7,6 @@ export interface IPerson {
|
|||||||
sex: 'male' | 'female' | 'queer';
|
sex: 'male' | 'female' | 'queer';
|
||||||
legalProxyFor?: {
|
legalProxyFor?: {
|
||||||
type: 'self' | 'other';
|
type: 'self' | 'other';
|
||||||
contact: IContact;
|
contact?: IContact;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user