/* tslint:disable */ /* eslint-disable */ /** * Prescription signer type (health documents). Matches C# PrescriptionSignerType. Not from Swagger spec - added manually. * @export * @enum {string} */ export enum PrescriptionSignerType { None = 'None', Doctor = 'Doctor', Pharmacist = 'Pharmacist', }