export interface ISPImage { id: string; src: string; isAtive: boolean; description: string; url: string; }