Interface SavedFeedResponseMerchant

interface SavedFeedResponseMerchant {
    pk: number;
    profile_pic_url: string;
    username: string;
}

Properties

pk: number
profile_pic_url: string
username: string