mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
[PM-24279] Utilize Policy vNext endpoint (#16317)
This commit is contained in:
@@ -24,4 +24,5 @@ export abstract class PolicyApiServiceAbstraction {
|
||||
type: PolicyType,
|
||||
request: PolicyRequest,
|
||||
) => Promise<any>;
|
||||
abstract putPolicyVNext: (organizationId: string, type: PolicyType, request: any) => Promise<any>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user