Type Alias CreatePostLike

CreatePostLike: { post_id: PostId; score: number }

Like a post.

Type declaration

  • post_id: PostId
  • score: number

    Score must be -1, 0, or 1.