/** * @copyright nhcarrigan * @license Naomi's Public License * @author Naomi Carrigan */ export interface Ascii { text: string; author: string; }