export interface LinkedInVectorArtifact {
    $type: 'com.linkedin.common.VectorArtifact';
    expiresAt: number;
    fileIdentifyingUrlPathSegment: string;
    height: number;
    with: number;
}
