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

    Type Alias AggregatePublishConfiguration<T>

    type AggregatePublishConfiguration<T> = {
        account: Account;
        address?: string;
        channel?: string;
        content: T;
        key: string | AggregateContentKey;
        storageEngine?: ItemType;
        sync?: boolean;
    }

    Type Parameters

    • T
    Index

    Properties

    account: Account
    address?: string
    channel?: string
    content: T
    key: string | AggregateContentKey
    storageEngine?: ItemType
    sync?: boolean