boldsign
Version:
NodeJS client for boldsign
18 lines (17 loc) • 450 B
TypeScript
export declare class DocumentSenderDetail {
'name'?: string | null;
'privateMessage'?: string | null;
'emailAddress'?: string | null;
'isViewed'?: boolean;
static discriminator: string | undefined;
static attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
}[];
}