chore: failed attempt at adding custom field labels

I have spent all day on it and for some reason, I can't figure it out
This commit is contained in:
Ephraim Atta-Duncan
2024-02-18 16:01:03 +00:00
parent 2815b1a809
commit 986030cc38
9 changed files with 101 additions and 26 deletions

View File

@ -20,6 +20,7 @@ export interface SetFieldsForDocumentOptions {
pageY: number;
pageWidth: number;
pageHeight: number;
label: string;
}[];
requestMetadata?: RequestMetadata;
}