Skip to content

Commit 5c6caa7

Browse files
<_< >_> missed a spot
1 parent b7d0db1 commit 5c6caa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/webapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ interface Addon {
1919
### `GET api.raidcore.gg/arcdpslibrary`
2020
returns an array of objects matching the following type
2121
```ts
22-
type Addon = {
22+
interface Addon {
2323
id: number;
2424
name: string;
2525
author: string;

0 commit comments

Comments
 (0)