mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
fix: fix types
This commit is contained in:
parent
93a6737e69
commit
368531a930
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ import { useLowresTime } from '@/composables/use-lowres-time.js';
|
|||
import { userPage, acct } from '@/filters/user.js';
|
||||
|
||||
const props = defineProps<{
|
||||
item: Misskey.entities.UsersGetFollowingBirthdayUsersResponse[number];
|
||||
item: Misskey.entities.UsersGetFollowingUsersByBirthdayResponse[number];
|
||||
}>();
|
||||
|
||||
const now = useLowresTime();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue