@apidog/vk-typings
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "@apidog/vk-typings", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Typings for VK API objects", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -0,3 +1,10 @@ | ||
import type { IAudioLyricsTimestamp } from './IAudioLyricsTimestamp'; | ||
export interface IAudioLyrics { | ||
text: string; | ||
md5: string; | ||
lyrics: { | ||
language: string; // ru, en | ||
timestamps: IAudioLyricsTimestamp[]; | ||
}; | ||
credits: string; | ||
} |
@@ -14,2 +14,3 @@ export * from './IAccount'; | ||
export * from './IAudioLyrics'; | ||
export * from './IAudioLyricsTimestamp'; | ||
export * from './IAudioMessage'; | ||
@@ -16,0 +17,0 @@ export * from './IAudioPlaylist'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65765
141
2190