mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
Otherwise zod will be included in client dependency graph and increase the bundle size by 10kB unnecessarily.
6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
// eslint-disable-next-line import/prefer-default-export
|
|
export enum AccessLevel {
|
|
USER = 5,
|
|
ADMINISTRATOR = 10,
|
|
}
|