dm-unimmersive
Version:
HTML Video player
21 lines (20 loc) • 558 B
TypeScript
export declare function getHeaders(cookies: {
[key: string]: string;
}[]): {
name: string;
value: string;
}[];
declare const _default: ({
'CloudFront-Policy': string;
'CloudFront-Key-Pair-Id'?: undefined;
'CloudFront-Signature'?: undefined;
} | {
'CloudFront-Key-Pair-Id': string;
'CloudFront-Policy'?: undefined;
'CloudFront-Signature'?: undefined;
} | {
'CloudFront-Signature': string;
'CloudFront-Policy'?: undefined;
'CloudFront-Key-Pair-Id'?: undefined;
})[];
export default _default;