export default interface SpoofDTO {
    Spoof: {
        Image: string;
    };
}
