import * as Icons from '@ant-design/icons'
export var Post_Options = [
{
"option": "pro_boost",
"icon": ,
"type" : "switch",
"title": "CPRO™ Boost",
"description": "",
"require": "pro",
"value": false
},
{
"option": "allow_likes",
"icon": ,
"type" : "switch",
"title": "Allow Likes",
"description": "",
"require": "",
"value": true
},
{
"option": "allow_comments",
"icon": ,
"type" : "switch",
"title": "Allow Comments",
"description": "",
"require": "",
"value": true
},
]