Interface CreatePostLike

interface CreatePostLike {
    post_id: number;
    score: number;
}

Properties

Properties

post_id: number
score: number