feat: run prettier

This commit is contained in:
JellyBrick
2023-11-30 11:59:27 +09:00
parent 44c42310f1
commit a3104fda4b
116 changed files with 2928 additions and 1254 deletions

View File

@ -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 {