759481b621
Move request and response schemas into matching subdirectories, extract the shared chat lock type, and update barrels and imports without changing wire formats.
9 lines
255 B
TypeScript
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";
|