Skip to content

Commit

Permalink
add missing type on README
Browse files Browse the repository at this point in the history
  • Loading branch information
filfreire committed Jul 7, 2023
1 parent 6b8909e commit 2026197
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ See it in action on companion service: [APIembed](https://apiembed.com)
- [`ClientId`](#clientid)
- [`Converter`](#converter)
- [`Client`](#client)
- [`ClientInfo`](#clientinfo)
- [`Extension`](#extension)
- [`TargetInfo`](#targetinfo)
- [`Target`](#target)
Expand Down Expand Up @@ -259,6 +260,17 @@ interface Client<T extends Record<string, any> = Record<string, any>> {
}
```

#### `ClientInfo`

```ts
interface ClientInfo {
key: ClientId;
title: string;
link: string;
description: string;
}
```

#### `Extension`

```ts
Expand Down

0 comments on commit 2026197

Please sign in to comment.