/**
 * @name StrandType
 * @description Type for strand.
 * @description Watson | Crick
 * @see <a href="https://hl7.org/fhir/R4/valueset-strand-type.html">StrandType</a>
 * @version R4
 * @author Claudia Alarcón Lazo
 */
export type StrandTypeType = 'watson' | 'crick';
