LocalPullDestinationSettings.customHeaders property

Custom headers to add to GET responses

Signature:

customHeaders?: {
        name: string;
        value: string;
    }[];