UNPKG

@illandril/foundryvtt-types

Version:

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

14 lines (12 loc) 233 B
declare global { namespace foundry { namespace applications { namespace types { interface ApplicationRenderContext { tabs?: Record<string, ApplicationTab>; } } } } } export type {};