mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
feat: run prettier
This commit is contained in:
@ -108,8 +108,7 @@ export interface Endpoint {
|
||||
watchEndpoint: WatchEndpoint;
|
||||
}
|
||||
|
||||
export interface CommandMetadata {
|
||||
}
|
||||
export interface CommandMetadata {}
|
||||
|
||||
export interface WatchEndpoint {
|
||||
videoId: string;
|
||||
@ -221,7 +220,7 @@ export interface PlayabilityStatus {
|
||||
}
|
||||
|
||||
type ReplaceDefaultType = {
|
||||
replaceDefault: boolean,
|
||||
replaceDefault: boolean;
|
||||
};
|
||||
|
||||
export interface TransportControlsConfig {
|
||||
|
||||
Reference in New Issue
Block a user