mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
3 lines
93 B
TypeScript
3 lines
93 B
TypeScript
/** Type representing an absence of policy. */
|
|
export type NoPolicy = Record<string, never>;
|