common/types: flatten to types

This commit is contained in:
2025-12-08 04:14:32 +09:00
parent b0b0b87efb
commit bcea4d355a
123 changed files with 111 additions and 122 deletions
+1 -2
View File
@@ -1,11 +1,10 @@
use serde::{Deserialize, Serialize};
use crate::{
DbSongInfo, Priority, SongId, SongPosition,
commands::{Command, CommandRequest, CommandResponse, RequestParserError, ResponseParserError},
common::types::{PlaylistVersion, WindowRange},
request_tokenizer::RequestTokenizer,
response_tokenizer::ResponseAttributes,
types::{DbSongInfo, PlaylistVersion, Priority, SongId, SongPosition, WindowRange},
};
pub struct PlChanges;