add configuration export
This commit is contained in:
@@ -103,7 +103,7 @@ export interface Poster {
|
||||
width: number;
|
||||
}
|
||||
|
||||
export interface Images {
|
||||
export interface CreditImages {
|
||||
id: number;
|
||||
backdrops: Backdrop[];
|
||||
posters: Poster[];
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
export * from './certification';
|
||||
export * from './credits';
|
||||
export * from './configuration';
|
||||
export * from './changes';
|
||||
export * from './movies';
|
||||
export * from './search';
|
||||
|
||||
Reference in New Issue
Block a user