1
0
mirror of https://github.com/misskey-dev/misskey synced 2024-11-27 14:28:59 +09:00

run api extractor

This commit is contained in:
kakkokari-gtyih 2024-09-06 18:30:41 +09:00
parent 788d4ede6f
commit 823b15858d

View File

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