Type alias ArboretumClientConfigFromCdaParamsT

ArboretumClientConfigFromCdaParamsT: {
    contentful: CreateClientParams & {
        options: ArboretumClientContentfulConfigOptionsT;
    };
    options?: Pick<ArboretumClientOptions, "data" | "eagerly">;
    preview: boolean;
    type: "cda-client-params";
}

Type declaration

Generated using TypeDoc