masto
Preparing search index...
<internal>
TrendsLinksPublishersResource
Interface TrendsLinksPublishersResource
https://github.com/mastodon/mastodon/pull/24257
interface
TrendsLinksPublishersResource
{
$select
(
id
:
string
)
:
TrendsLinksPublishers$SelectResource
;
list
(
meta
?:
HttpMetaParams
<
"none"
>
)
:
Paginator
<
TrendLink
[]
>
;
}
Index
Methods
$select
list
Methods
$select
$select
(
id
:
string
)
:
TrendsLinksPublishers$SelectResource
Parameters
id
:
string
Returns
TrendsLinksPublishers$SelectResource
list
list
(
meta
?:
HttpMetaParams
<
"none"
>
)
:
Paginator
<
TrendLink
[]
>
Parameters
Optional
meta
:
HttpMetaParams
<
"none"
>
Returns
Paginator
<
TrendLink
[]
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Methods
$select
list
masto
Loading...
https://github.com/mastodon/mastodon/pull/24257