(
policyName: string,
policyOptions: {
createHTML?: (input: string) => string;
},
)
| 18 | |
| 19 | interface TrustedTypePolicyFactory { |
| 20 | createPolicy( |
| 21 | policyName: string, |
| 22 | policyOptions: { |
| 23 | createHTML?: (input: string) => string; |