UNPKG

@illandril/foundryvtt-types

Version:

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

16 lines (14 loc) 272 B
declare global { namespace foundry { namespace applications { namespace types { interface ApplicationClosingOptions { animate: boolean; closeKey: boolean; submitted: boolean; } } } } } export type {};