UNPKG

verimor-api-sdk

Version:
11 lines (10 loc) 239 B
import { IysConsent } from './iys-consent'; /** * Interface representing an IYS consent. */ export interface IysConsentReportItem extends IysConsent { /** * Consent request status */ request_status: string; }