对象
使用给定的键和关联步骤结果作为值构建一个对象。
使用
const $fetchOptions = object({
userId: $user.get("id"),
first: fieldArgs.get("first"),
includeArchived: constant(true),
});
使用给定的键和关联步骤结果作为值构建一个对象。
使用
const $fetchOptions = object({
userId: $user.get("id"),
first: fieldArgs.get("first"),
includeArchived: constant(true),
});