mirror of
https://github.com/bitwarden/browser
synced 2025-12-25 20:53:22 +00:00
7 lines
110 B
TypeScript
7 lines
110 B
TypeScript
export class EnvironmentUrls {
|
|
base: string;
|
|
api: string;
|
|
identity: string;
|
|
events: string;
|
|
}
|