interface UserImage {
    colorScheme: BackgroundColorScheme;
    id: string;
    src: string;
    thumb: string;
}

Properties

Properties

id: string
src: string
thumb: string