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

    Type Alias PostGetConfiguration

    type PostGetConfiguration = {
        addresses?: string[];
        channels?: string[];
        hashes?: string[];
        page?: number;
        pagination?: number;
        refs?: string[];
        tags?: string[];
        types?: string | string[];
    }
    Index

    Properties

    addresses?: string[]
    channels?: string[]
    hashes?: string[]
    page?: number
    pagination?: number
    refs?: string[]
    tags?: string[]
    types?: string | string[]