gukgjzkgjhgjh
This commit is contained in:
21
frontend/src/api/generated/private/models/patchedPost.ts
Normal file
21
frontend/src/api/generated/private/models/patchedPost.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* Generated by orval v8.8.0 🍺
|
||||
* Do not edit manually.
|
||||
* OpenAPI spec version: 0.0.0
|
||||
*/
|
||||
import type { PostContent } from "./postContent";
|
||||
import type { Tags } from "./tags";
|
||||
|
||||
export interface PatchedPost {
|
||||
readonly id?: number;
|
||||
content?: string;
|
||||
readonly created_at?: Date;
|
||||
readonly updated_at?: Date;
|
||||
readonly author?: number;
|
||||
/** @nullable */
|
||||
hub?: number | null;
|
||||
/** @nullable */
|
||||
reply_to?: number | null;
|
||||
readonly tags?: readonly Tags[];
|
||||
readonly contents?: readonly PostContent[];
|
||||
}
|
||||
Reference in New Issue
Block a user