/** * The consent status of the subscription as supplied or recorded by this system */ export type ConsentStatus = 'opt_in' | 'opt_out';