mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-30 01:14:33 +00:00
trusted-types: Fix a typo
This commit is contained in:
2
types/trusted-types/index.d.ts
vendored
2
types/trusted-types/index.d.ts
vendored
@@ -16,7 +16,7 @@ declare class TrustedScriptURL {
|
||||
}
|
||||
|
||||
declare class TrustedURL {
|
||||
private readonly _TrustedURL: trueBrand; // To prevent structural typing.
|
||||
private readonly _TrustedURLBrand: true; // To prevent structural typing.
|
||||
}
|
||||
|
||||
declare class TrustedTypePolicy {
|
||||
|
||||
Reference in New Issue
Block a user