<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@mike-north/devcert-patched](./devcert-patched.md) &gt; [IReturnCaPath](./devcert-patched.ireturncapath.md)

## IReturnCaPath type

A return value containing the CA path on disk

<b>Signature:</b>

```typescript
export declare type IReturnCaPath<O extends Options> = O['getCaPath'] extends true ? CaPath : false;
```
