mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
safeincloud xml importer, org import support
This commit is contained in:
@@ -171,5 +171,5 @@ export abstract class ApiService {
|
||||
getEventsOrganization: (id: string, start: string, end: string,
|
||||
token: string) => Promise<ListResponse<EventResponse>>;
|
||||
getEventsOrganizationUser: (organizationId: string, id: string,
|
||||
start: string, end: string, token: string) => Promise<ListResponse<EventResponse>>
|
||||
start: string, end: string, token: string) => Promise<ListResponse<EventResponse>>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user