add consts
This commit is contained in:
@@ -2046,6 +2046,9 @@ type FetchLike = (input: string, init?: {
|
||||
json(): Promise<any>;
|
||||
}>;
|
||||
|
||||
// @public (undocumented)
|
||||
export const ffVisibility: readonly ["public", "followers", "private"];
|
||||
|
||||
// @public (undocumented)
|
||||
type Following = {
|
||||
id: ID;
|
||||
@@ -2177,6 +2180,9 @@ type MessagingMessage = {
|
||||
groupId: UserGroup['id'] | null;
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
export const mutedNoteReasons: readonly ["word", "manual", "spam", "other"];
|
||||
|
||||
// @public (undocumented)
|
||||
type Note = {
|
||||
id: ID;
|
||||
@@ -2232,6 +2238,9 @@ type NoteReaction = {
|
||||
type: string;
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
export const noteVisibilities: readonly ["public", "home", "followers", "specified"];
|
||||
|
||||
// @public (undocumented)
|
||||
type Notification_2 = {
|
||||
id: ID;
|
||||
@@ -2292,6 +2301,9 @@ type Notification_2 = {
|
||||
icon?: string | null;
|
||||
});
|
||||
|
||||
// @public (undocumented)
|
||||
export const notificationTypes: readonly ["follow", "mention", "reply", "renote", "quote", "reaction", "pollVote", "receiveFollowRequest", "followRequestAccepted", "groupInvited", "app"];
|
||||
|
||||
// @public (undocumented)
|
||||
type OriginType = 'combined' | 'local' | 'remote';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user