feat: generate recipients and fields based on recipients

This commit is contained in:
Ephraim Atta-Duncan
2025-11-17 01:44:22 +00:00
parent 9e0f07f806
commit dbed8b362e
15 changed files with 1539 additions and 241 deletions

View File

@ -12,4 +12,5 @@ export type TDetectedFormField = {
| 'CHECKBOX'
| 'DROPDOWN';
pageNumber: number;
recipientId: number;
};