interface IEnvelopeDocument {
    created_at: string;
    envelope_id: string;
    id: string;
    mime: string;
    name: string;
    page_numbers: number;
    template_document_id: null | string;
    type: "attachment" | "certificate";
    updated_at: string;
    url: string;
}

Properties

created_at: string
envelope_id: string
id: string
mime: string
name: string
page_numbers: number
template_document_id: null | string
type: "attachment" | "certificate"
updated_at: string
url: string