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::{
SongId, SongPosition,
commands::{Command, CommandRequest, CommandResponse, RequestParserError, ResponseParserError},
common::types::{PlaylistVersion, WindowRange},
request_tokenizer::RequestTokenizer,
response_tokenizer::ResponseAttributes,
types::{PlaylistVersion, SongId, SongPosition, WindowRange},
};
pub struct PlChangesPosId;