@stackend/api
Version:
JS bindings to api.stackend.com
9 lines • 330 B
TypeScript
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;
//# sourceMappingURL=UserApprovalAware.d.ts.map