Type alias ArboretumClientConfigFromCmaT

ArboretumClientConfigFromCmaT: {
    contentful: {
        client: ContentfulEnvironmentAPI;
        options: ArboretumClientContentfulConfigOptionsT;
    };
    options?: ArboretumClientOptions;
    preview: boolean;
    type: "cma-client";
}

Type declaration

Generated using TypeDoc