Module: client/apis/FollowingsAPI
Table of contents
Classes
Type aliases
- FollowUniverse
- FollowUniverseOptions
- GetUserFollowedUniverses
- GetUserFollowedUniversesOptions
- GetUserFollowingUniverseStatus
- GetUserFollowingUniverseStatusOptions
- UnFollowUniverse
- UnFollowUniverseOptions
Type aliases
FollowUniverse
Ƭ FollowUniverse: UnFollowUniverse
Defined in: client/apis/FollowingsAPI.ts:33
FollowUniverseOptions
Ƭ FollowUniverseOptions: UnFollowUniverseOptions
Defined in: client/apis/FollowingsAPI.ts:32
GetUserFollowedUniverses
Ƭ GetUserFollowedUniverses: { universeId
: number ; userId
: number }[]
Defined in: client/apis/FollowingsAPI.ts:8
GetUserFollowedUniversesOptions
Ƭ GetUserFollowedUniversesOptions: object
Type declaration:
Name | Type |
---|---|
userId |
number |
Defined in: client/apis/FollowingsAPI.ts:5
GetUserFollowingUniverseStatus
Ƭ GetUserFollowingUniverseStatus: object
Type declaration:
Name | Type |
---|---|
CanFollow |
boolean |
FollowingCountByType |
number |
FollowingLimitByType |
number |
IsFollowing |
boolean |
UniverseId |
number |
UserId |
number |
Defined in: client/apis/FollowingsAPI.ts:16
GetUserFollowingUniverseStatusOptions
Ƭ GetUserFollowingUniverseStatusOptions: object
Type declaration:
Name | Type |
---|---|
universeId |
number |
userId |
number |
Defined in: client/apis/FollowingsAPI.ts:12
UnFollowUniverse
Ƭ UnFollowUniverse: object
Type declaration:
Name | Type |
---|---|
universeId |
number |
userId |
number |
Defined in: client/apis/FollowingsAPI.ts:28
UnFollowUniverseOptions
Ƭ UnFollowUniverseOptions: object
Type declaration:
Name | Type |
---|---|
universeId |
number |
userId |
number |
Defined in: client/apis/FollowingsAPI.ts:24