export default interface MatchResponseDTO {
    Match: {
        IsGenuine: boolean;
        Score: number;
    };
}
