diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index f116f73e..2dc27465 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -1615,10 +1615,10 @@ export class CommandController extends Controller { persons: { refId: string; profileId?: string | null; - citizenId: string | null; - prefix: string | null; - firstName: string | null; - lastName: string | null; + citizenId?: string | null; + prefix?: string | null; + firstName?: string | null; + lastName?: string | null; remarkVertical?: string | null; remarkHorizontal?: string | null; rootId?: string | null;