1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-12-05 09:14:28 +01:00

PM-28182 resolved pr comment

This commit is contained in:
Ben McFerren 2025-12-04 17:49:11 -05:00
parent bddc69fb0a
commit eed7edcbd8

View File

@ -44,7 +44,6 @@ export const SendItemDialogResult = Object.freeze({
} as const);
/** A result of the Send add/edit dialog. */
// export type SendItemDialogResult = (typeof SendItemDialogResult)[keyof typeof SendItemDialogResult];
export type SendItemDialogResult =
| (typeof SendItemDialogResult)[keyof typeof SendItemDialogResult]
| { result: typeof SendItemDialogResult.Saved; send: SendView };