UNPKG

verimor-api-sdk

Version:
10 lines (9 loc) 206 B
/** * Enum for IYS consent statuses. */ export declare enum IysConsentStatus { /** Consent given ("ONAY"). */ APPROVED = "ONAY", /** Consent revoked ("RET"). */ REVOKED = "RET" }