📅  最后修改于: 2022-03-11 14:58:33.829000             🧑  作者: Mango
props: {
title: String,
likes: Number,
isPublished: Boolean,
commentIds: Array,
author: Object,
callback: Function,
contactsPromise: Promise // or any other constructor
}