Switching to old comment GetPost.

This commit is contained in:
Dessalines 2023-04-22 19:02:26 -04:00
parent b0c5f916e6
commit 847d9b3bee

View file

@ -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;
}