export type UserImageId = number; export interface UserImageData { id: UserImageId; preview: string; url: string; bbcode: string; }