Test Commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export interface Character {
|
||||
id: string;
|
||||
name: string;
|
||||
image: string;
|
||||
}
|
||||
|
||||
export interface TransformedImage {
|
||||
original: string;
|
||||
transformed: string;
|
||||
character: Character;
|
||||
timestamp: Date;
|
||||
}
|
||||
Reference in New Issue
Block a user