2023-05-02 21:15:36 +00:00
|
|
|
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
|
|
import type { PostView } from "./PostView";
|
|
|
|
|
2024-11-07 17:07:49 +00:00
|
|
|
export type PostResponse = { post_view: PostView };
|