/** * @name OrientationType * @description Type for orientation. * @description sense | antisense * @see OrientationType * @version R4 * @author Claudia Alarcón Lazo */ export type OrientationTypeType = 'sense' | 'antisense';