mirror of
https://github.com/bitwarden/jslib
synced 2025-12-06 00:03:29 +00:00
Adding a PayPalConfig environment type (#478)
* Adding a PayPalConfig environment type for the web vault * Adding missing semicolon
This commit is contained in:
@@ -11,6 +11,11 @@ export type Urls = {
|
||||
enterprise?: string;
|
||||
};
|
||||
|
||||
export type PayPalConfig = {
|
||||
businessId?: string;
|
||||
buttonAction?: string;
|
||||
};
|
||||
|
||||
export abstract class EnvironmentService {
|
||||
urls: Observable<Urls>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user