added certifactions and configurations, util function for constructing image paths
This commit is contained in:
12
src/types/changes.ts
Normal file
12
src/types/changes.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface Change {
|
||||
id: number;
|
||||
adult: boolean | undefined;
|
||||
}
|
||||
|
||||
export interface Changes{
|
||||
results: Change[];
|
||||
page: number;
|
||||
total_pages: number;
|
||||
total_results: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user