diff --git a/src/types/Streamer.ts b/src/types/Streamer.ts index c105b73..b67f6a8 100644 --- a/src/types/Streamer.ts +++ b/src/types/Streamer.ts @@ -1,6 +1,6 @@ export interface Social { type: string | null - text: string, + name: string, link: string }