mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix typo in horde/index.d.ts
contructor -> constructor
This commit is contained in:
committed by
GitHub
parent
6541d3e741
commit
735a3c9b45
2
src/horde/index.d.ts
vendored
2
src/horde/index.d.ts
vendored
@ -95,7 +95,7 @@ declare class AIHorde {
|
|||||||
/**
|
/**
|
||||||
* Lookup user details based on their API key.
|
* Lookup user details based on their API key.
|
||||||
* This can be used to verify a user exists
|
* This can be used to verify a user exists
|
||||||
* @param options.token - The token of the user; If none given the default from the contructor is used
|
* @param options.token - The token of the user; If none given the default from the constructor is used
|
||||||
* @param options.fields - Array of fields that will be included in the returned data
|
* @param options.fields - Array of fields that will be included in the returned data
|
||||||
* @returns UserDetails - The user data of the requested user
|
* @returns UserDetails - The user data of the requested user
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user