UMB_RESEND_INVITE_TO_USER_MODAL

This commit is contained in:
Niels Lyngsø
2023-12-06 12:00:14 +01:00
parent 9df276dc47
commit dd214473fc

View File

@@ -4,7 +4,7 @@ export type UmbResendInviteToUserModalData = {
userId: string;
};
export type UmbResendInviteToUserModalValue = undefined;
export type UmbResendInviteToUserModalValue = never;
export const UMB_RESEND_INVITE_TO_USER_MODAL = new UmbModalToken<
UmbResendInviteToUserModalData,