UMB_RESEND_INVITE_TO_USER_MODAL
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user