masto
Preparing search index...
<internal>
TrendsLinks$SelectResource
Interface TrendsLinks$SelectResource
https://github.com/mastodon/mastodon/pull/24257
interface
TrendsLinks$SelectResource
{
approve
(
meta
?:
HttpMetaParams
<
"none"
>
)
:
Promise
<
TrendLink
>
;
reject
(
meta
?:
HttpMetaParams
<
"none"
>
)
:
Promise
<
TrendLink
>
;
}
Index
Methods
approve
reject
Methods
approve
approve
(
meta
?:
HttpMetaParams
<
"none"
>
)
:
Promise
<
TrendLink
>
Parameters
Optional
meta
:
HttpMetaParams
<
"none"
>
Returns
Promise
<
TrendLink
>
reject
reject
(
meta
?:
HttpMetaParams
<
"none"
>
)
:
Promise
<
TrendLink
>
Parameters
Optional
meta
:
HttpMetaParams
<
"none"
>
Returns
Promise
<
TrendLink
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Methods
approve
reject
masto
Loading...
https://github.com/mastodon/mastodon/pull/24257