add configuration export

This commit is contained in:
Blake Joynes
2022-12-24 20:26:21 -05:00
parent 0f24d0957a
commit 8e21898a1e
3 changed files with 3 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ export interface Poster {
width: number;
}
export interface Images {
export interface CreditImages {
id: number;
backdrops: Backdrop[];
posters: Poster[];

View File

@@ -1,5 +1,6 @@
export * from './certification';
export * from './credits';
export * from './configuration';
export * from './changes';
export * from './movies';
export * from './search';