/** * This is auto-generated file, don't modify this file manually */ export interface BaseLinkRating { /** * Count of reviews */ reviews_count?: number; /** * Count of stars */ stars?: number; type?: 'rating'; }