Switching to old comment GetPost.
This commit is contained in:
parent
b0c5f916e6
commit
847d9b3bee
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
import type { PostOrCommentId } from "./PostOrCommentId";
|
||||
import type { CommentId } from "./CommentId";
|
||||
import type { PostId } from "./PostId";
|
||||
|
||||
export interface GetPost {
|
||||
id: PostOrCommentId;
|
||||
id?: PostId;
|
||||
comment_id?: CommentId;
|
||||
auth?: string;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue