export default interface LikingUsers { data: Datum[]; } export interface Datum { id: string; name: string; username: string; }