mirror of
https://github.com/bitwarden/jslib
synced 2025-12-20 02:03:50 +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