UNPKG

@stackend/api

Version:

JS bindings to api.stackend.com

11 lines (8 loc) 277 B
import UserApprovalStatus from './UserApprovalStatus'; export interface UserApprovalAware { /** * In addition to moderation, the visibility of this object can be controlled by the user. */ userApprovalStatus: UserApprovalStatus; } export default UserApprovalAware;