/** * Image fill for signature fields. Only PNG and JPEG image URLs are supported. */ export interface EditJsonExtendEditImage { /** URL of the image to place in the signature field. */ image_url: string; }