import { Rval } from './Rval'; /** getCdnConfigurationsByStatementResponse */ export interface GetCdnConfigurationsByStatementResponse { /** rval */ rval?: Rval; }