Better types for WebAPI
This commit is contained in:
parent
c05d23e628
commit
b9d6497cb1
22 changed files with 156 additions and 107 deletions
|
@ -8,3 +8,5 @@ export function toLogFormat(error: unknown): string {
|
|||
|
||||
return String(error);
|
||||
}
|
||||
|
||||
export class CapabilityError extends Error {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue