Variable interactionPolicySchemaConst
interactionPolicySchema: ObjectSchema<
{
can_favourite: ObjectSchema<
{
always: SchemaWithFallback<
ArraySchema<
PicklistSchema<
[
"public",
"followers",
"following",
"mutuals",
"mentioned",
"author",
"me",
],
undefined,
>,
undefined,
>,
readonly ["public", "me"],
>;
with_approval: SchemaWithFallback<
ArraySchema<
PicklistSchema<
[
"public",
"followers",
"following",
"mutuals",
"mentioned",
"author",
"me",
],
undefined,
>,
undefined,
>,
readonly [],
>;
},
undefined,
>;
can_reblog: ObjectSchema<
{
always: SchemaWithFallback<
ArraySchema<
PicklistSchema<
[
"public",
"followers",
"following",
"mutuals",
"mentioned",
"author",
"me",
],
undefined,
>,
undefined,
>,
readonly ["public", "me"],
>;
with_approval: SchemaWithFallback<
ArraySchema<
PicklistSchema<
[
"public",
"followers",
"following",
"mutuals",
"mentioned",
"author",
"me",
],
undefined,
>,
undefined,
>,
readonly [],
>;
},
undefined,
>;
can_reply: ObjectSchema<
{
always: SchemaWithFallback<
ArraySchema<
PicklistSchema<
[
"public",
"followers",
"following",
"mutuals",
"mentioned",
"author",
"me",
],
undefined,
>,
undefined,
>,
readonly ["public", "me"],
>;
with_approval: SchemaWithFallback<
ArraySchema<
PicklistSchema<
[
"public",
"followers",
"following",
"mutuals",
"mentioned",
"author",
"me",
],
undefined,
>,
undefined,
>,
readonly [],
>;
},
undefined,
>;
},
undefined,
> = ...
See
https://docs.gotosocial.org/en/latest/api/swagger/