/** * @name StrandType * @description Type for strand. * @description Watson | Crick * @see StrandType * @version R4 * @author Claudia Alarcón Lazo */ export type StrandTypeType = 'watson' | 'crick';