export interface LinkedInTextViewModel {
    $type: 'com.linkedin.voyager.common.TextViewModel';
    text: string;
    textDirection: string;
}
