@aleph-sdk/monorepo
    Preparing search index...

    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: Account
    address?: string
    channel?: string
    content: T
    postType: string
    ref?: string | ChainRef
    storageEngine?: ItemType
    sync?: boolean