export interface IPictures {
    caption?: string | undefined;
    url?: string;
}
