export interface IIuguMarketPlaceList {
    id: string;
    name: string;
    verified: boolean;
}
