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

    Type Alias PostResponse<T>

    type PostResponse<T> = {
        _id: { $oid: string };
        address: string;
        chain: string;
        channel: string;
        confirmed: boolean;
        content: T;
        hash: string;
        item_content: string;
        item_hash: string;
        item_type: string;
        original_item_hash: string;
        original_signature: string;
        original_type: string;
        sender: string;
        signature: string;
        size: number;
        time: number;
        type: string;
    }

    Type Parameters

    • T
    Index

    Properties

    _id: { $oid: string }
    address: string
    chain: string
    channel: string
    confirmed: boolean
    content: T
    hash: string
    item_content: string
    item_hash: string
    item_type: string
    original_item_hash: string
    original_signature: string
    original_type: string
    sender: string
    signature: string
    size: number
    time: number
    type: string