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