Skip to content
Snippets Groups Projects
Verified Commit db9387ab authored by Jan Loewe's avatar Jan Loewe :speech_balloon:
Browse files

fix(resp person): move description to right place

parent 6071c8ae
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,11 @@ import { ContactNotStrict } from "./ContactNotStrict";
export class RespPerson extends XMLElement {
person: ContactNotStrict;
description?: TextBlock;
mainSigner?: XMLBoolean;
cryptElectronicSeal?: XMLBoolean;
cryptElectronicSignature?: XMLBoolean;
cryptElectronicTimeStamp?: XMLBoolean;
description?: TextBlock;
constructor(options?: Partial<RespPerson>) {
super(options);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment