interface IInPersonAccessKey {
    created_at: string;
    envelope_id: string;
    expiration_date: null | string;
    first_used: null | string;
    id: string;
    key: string;
    last_used: null | string;
    recipient_name: string;
    type: "in_person_link";
}

Properties

created_at: string
envelope_id: string
expiration_date: null | string
first_used: null | string
id: string
key: string
last_used: null | string
recipient_name: string
type: "in_person_link"