new post type
This commit is contained in:
@@ -95,7 +95,7 @@ export class Client {
|
||||
}
|
||||
|
||||
createPost(params: {
|
||||
content?: string;
|
||||
metadata?: PostType["metadata"];
|
||||
targetType?: string;
|
||||
targetId?: string;
|
||||
}): Promise<PostType> {
|
||||
|
||||
Reference in New Issue
Block a user