We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddc69f commit eed7edcCopy full SHA for eed7edc
libs/tools/send/send-ui/src/add-edit/send-add-edit-dialog.component.ts
@@ -44,7 +44,6 @@ export const SendItemDialogResult = Object.freeze({
44
} as const);
45
46
/** A result of the Send add/edit dialog. */
47
-// export type SendItemDialogResult = (typeof SendItemDialogResult)[keyof typeof SendItemDialogResult];
48
export type SendItemDialogResult =
49
| (typeof SendItemDialogResult)[keyof typeof SendItemDialogResult]
50
| { result: typeof SendItemDialogResult.Saved; send: SendView };
0 commit comments