Files
chibika/src/interfaces/ascii.ts
T
2025-07-19 15:51:14 -07:00

11 lines
158 B
TypeScript

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