UNPKG

@illandril/foundryvtt-types

Version:

Type definitions for the Foundry VTT client, used by Illandril's modules

16 lines (14 loc) 251 B
declare global { namespace foundry { namespace CONST { const USER_ROLES: { NONE: number; PLAYER: number; TRUSTED: number; ASSISTANT: number; GAMEMASTER: number; }; } } } export type {};