/** * Response of signing an End User License Agreement */ export interface EulaSignResponse { /** * Signing an End User License Agreement result */ message?: string; signed?: boolean; }