LocalPullDestinationSettings.customHeaders property
Custom headers to add to GET responses
Signature:
customHeaders?: {
name: string;
value: string;
}[];
Custom headers to add to GET responses
Signature:
customHeaders?: {
name: string;
value: string;
}[];