new post type

This commit is contained in:
an-lee
2024-01-12 15:47:33 +08:00
parent e05f2c57eb
commit 3dff4330a1
10 changed files with 211 additions and 102 deletions

View File

@@ -95,7 +95,7 @@ export class Client {
}
createPost(params: {
content?: string;
metadata?: PostType["metadata"];
targetType?: string;
targetId?: string;
}): Promise<PostType> {