Type Alias UpdateAgreementTermBodyDto

UpdateAgreementTermBodyDto: {
    consentTtlDays?: number | null;
    documentUrl?: {
        en?: string | null;
        ko?: string | null;
    };
    isActive?: boolean;
    isEssential?: boolean;
    isVisible?: boolean;
    order?: number;
    title?: {
        en?: string | null;
        ko?: string | null;
    };
}