mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-30 08:11:11 +00:00
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.
|
// 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 {
|
export interface GetPost {
|
||||||
id: PostOrCommentId;
|
id?: PostId;
|
||||||
|
comment_id?: CommentId;
|
||||||
auth?: string;
|
auth?: string;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue