feat: Add Interactive HIPAA BAA Execution Engine, AWS Subcontractor Attestation & Instant BAA Contract PDF Export
This commit is contained in:
@@ -20,6 +20,11 @@ export interface ClinicTenant {
|
||||
mrr: number;
|
||||
stripeConnected: boolean;
|
||||
createdAt: string;
|
||||
baaStatus?: 'executed' | 'pending';
|
||||
baaSignedAt?: string;
|
||||
baaSignerName?: string;
|
||||
baaSignerTitle?: string;
|
||||
baaAgreementId?: string;
|
||||
}
|
||||
|
||||
export interface Provider {
|
||||
|
||||
Reference in New Issue
Block a user