Interface UserStoryFeedResponseStoryCtaItem

interface UserStoryFeedResponseStoryCtaItem {
    felix_deep_link: string;
    links: UserStoryFeedResponseLinksItem[];
}

Properties

felix_deep_link: string