import type { JikanImages } from '../Common';
export interface AnimePicture {
    images: JikanImages;
}
