mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
policy apis
This commit is contained in:
7
src/models/request/policyRequest.ts
Normal file
7
src/models/request/policyRequest.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { PolicyType } from '../../enums/policyType';
|
||||
|
||||
export class PolicyRequest {
|
||||
type: PolicyType;
|
||||
enabled: boolean;
|
||||
data: any;
|
||||
}
|
||||
Reference in New Issue
Block a user