@hiveio/wax / TCommunityRules
Type Alias: TCommunityRules
TCommunityRules: {
account
:TAccountName
;action
:FLAG_POST
|MUTE_POST
|UNMUTE_POST
;notes
:string
;permlink
:string
; } | {account
:TAccountName
;action
:PIN_POST
|UNPIN_POST
;permlink
:string
; } | {action
:SUBSCRIBE
|UNSUBSCRIBE
; } | {account
:TAccountName
;action
:SET_ROLE
;role
:EAvailableCommunityRoles
; } | {account
:TAccountName
;action
:SET_USER_TITLE
;title
:string
; } | {action
:UPDATE_PROPS
;props
:Readonly
<ICommunityProps
>; }