import type { EulaSignRequest } from '../schemas/EulaSignRequest'; export type EulaSignRequestRequestBody = EulaSignRequest;