generated from nhcarrigan/template
feat: initial prototype of app
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @copyright nhcarrigan
|
||||
* @license Naomi's Public License
|
||||
* @author Naomi Carrigan
|
||||
*/
|
||||
|
||||
export interface Ascii {
|
||||
text: string;
|
||||
author: string;
|
||||
}
|
||||
Reference in New Issue
Block a user