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

    Type Alias PostContent<T>

    PostContent: BaseContent & {
        content?: T;
        ref?: string | ChainRef;
        type: string;
    }

    Type Parameters

    • T