1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00
Files
browser/libs/common/src/tools/generator/no-policy.ts
2024-02-07 13:24:32 -05:00

3 lines
93 B
TypeScript

/** Type representing an absence of policy. */
export type NoPolicy = Record<string, never>;