generated from nhcarrigan/template
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* @copyright nhcarrigan
|
||||
* @license Naomi's Public License
|
||||
* @author Naomi Carrigan
|
||||
*/
|
||||
|
||||
export type Testimonials = Array<{
|
||||
name: string;
|
||||
content: string;
|
||||
date: string;
|
||||
}>;
|
||||
Reference in New Issue
Block a user