@aleph-sdk/monorepo
Preparing search index...
message/src
PostPublishConfiguration
Type Alias PostPublishConfiguration<T>
type
PostPublishConfiguration
<
T
>
=
{
account
:
Account
;
address
?:
string
;
channel
?:
string
;
content
:
T
;
postType
:
string
;
ref
?:
string
|
ChainRef
;
storageEngine
?:
ItemType
;
sync
?:
boolean
;
}
Type Parameters
T
Index
Properties
account
address?
channel?
content
post
Type
ref?
storage
Engine?
sync?
Properties
account
account
:
Account
Optional
address
address
?:
string
Optional
channel
channel
?:
string
content
content
:
T
post
Type
postType
:
string
Optional
ref
ref
?:
string
|
ChainRef
Optional
storage
Engine
storageEngine
?:
ItemType
Optional
sync
sync
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
account
address
channel
content
post
Type
ref
storage
Engine
sync
@aleph-sdk/monorepo
Loading...