fix; isProAccount should be optional

pull/294/head
Travis Fischer 2023-01-22 01:52:43 -06:00
rodzic 0e28a2b939
commit 83bb9cf813
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -50,7 +50,7 @@ export class ChatGPTAPIBrowser extends AChatGPTAPI {
password: string
/** @defaultValue `false` **/
isProAccount: boolean
isProAccount?: boolean
/** @defaultValue `true` **/
markdown?: boolean