/** * The session type: * * ```breathing``` * * ```meditation``` * * ```nap``` * * ```relaxation``` * * ```rest``` * * ```body_status``` */ export type SessionType = string;