1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[PM-9170] generator library migrations (#9812)

* migrate browser to generator libraries
* migrate cli to generator libraries
* migrate desktop to generator libraries
* migrate angular library to generator libraries
* migrate web to generator libraries
This commit is contained in:
✨ Audrey ✨
2024-06-27 12:16:04 -04:00
committed by GitHub
parent 5ce4e8f4e5
commit 1080d46aaf
55 changed files with 109 additions and 88 deletions

View File

@@ -1,5 +0,0 @@
export class EmailForwarderOptions {
name: string;
value: string;
validForSelfHosted: boolean;
}