@laplace.live/internal 1.2.10 → 1.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -600,6 +600,7 @@ export declare namespace LaplaceInternal {
|
|
|
600
600
|
* @example /laplace/bilibili-guilds/:guildName
|
|
601
601
|
*/
|
|
602
602
|
export interface ListGuildMembers {
|
|
603
|
+
success: true
|
|
603
604
|
guild: string
|
|
604
605
|
count: number
|
|
605
606
|
members: LaplaceInternal.HTTPS.Workers.BilibiliUser[]
|
|
@@ -610,6 +611,7 @@ export declare namespace LaplaceInternal {
|
|
|
610
611
|
* @example /laplace/bilibili-guilds/:guildName
|
|
611
612
|
*/
|
|
612
613
|
export interface ListGuildMembersNotFound {
|
|
614
|
+
success: false
|
|
613
615
|
error: string
|
|
614
616
|
guild: string
|
|
615
617
|
}
|