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:
parent
bddc69fb0a
commit
eed7edcbd8
@ -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 };
|
||||
|
||||
Loading…
Reference in New Issue
Block a user