index.d.ts 211 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 interface PolicyBuilderOptions { directives: { [directive: string]: string[] | string | boolean; }; } declare const _default: ({ directives }: PolicyBuilderOptions) => string; export = _default;