UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

10 lines (9 loc) 231 B
import z from 'zod'; export declare const USER_TYPE: { readonly STAFF: "STAFF"; readonly PLAYER: "PLAYER"; }; export declare const UserTypeSchema: z.ZodEnum<{ readonly STAFF: "STAFF"; readonly PLAYER: "PLAYER"; }>;