Files
cozsweet-frontend-nextjs/src/data/schemas/private-room/index.ts
T
admin 759481b621 refactor(schemas): group network schemas by direction
Move request and response schemas into matching subdirectories, extract the shared chat lock type, and update barrels and imports without changing wire formats.
2026-07-14 15:12:19 +08:00

9 lines
255 B
TypeScript

/**
* @file Automatically generated by barrelsby.
*/
export * from "./private_album";
export * from "./request/unlock_private_album_request";
export * from "./response/private_album_unlock_response";
export * from "./response/private_albums_response";