Type alias ArboretumClientConfigFromCdaT

ArboretumClientConfigFromCdaT: {
    contentful: {
        client: ContentfulClientApi;
        options: ArboretumClientContentfulConfigOptionsT;
    };
    options?: Pick<ArboretumClientOptions, "data" | "eagerly">;
    preview: boolean;
    type: "cda-client";
}

Type declaration

Generated using TypeDoc