recipient
recipient: {
claimed: boolean;
email: string;
name: string;
profile_id: string;
status: "canceled" | "pending" | "declined" | "invited" | "opened" | "signed" | "submitted";
type: "signer" | "cc" | "approver";
}
Type declaration
claimed: boolean
email: string
name: string
profile_id: string
status: "canceled" | "pending" | "declined" | "invited" | "opened" | "signed" | "submitted"
type: "signer" | "cc" | "approver"