import { Rval } from './Rval';
/** getUserTeamAssociationsByStatementResponse */
export interface GetUserTeamAssociationsByStatementResponse {
    /** rval */
    rval?: Rval;
}
