run api extractor

This commit is contained in:
kakkokari-gtyih 2024-09-06 18:30:41 +09:00
parent 788d4ede6f
commit 823b15858d
1 changed files with 3 additions and 0 deletions

View File

@ -2759,6 +2759,9 @@ type NotificationsCreateRequest = operations['notifications___create']['requestB
// @public (undocumented)
export const notificationTypes: readonly ["note", "follow", "mention", "reply", "renote", "quote", "reaction", "pollVote", "pollEnded", "receiveFollowRequest", "followRequestAccepted", "groupInvited", "app", "roleAssigned", "achievementEarned"];
// @public (undocumented)
export function nyaize(text: string): string;
// @public (undocumented)
type Page = components['schemas']['Page'];