UNPKG

@illandril/foundryvtt-types

Version:

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

12 lines (10 loc) 230 B
declare global { type FormApplicationOptions = ApplicationOptions & { closeOnSubmit: boolean; editable: boolean; sheetConfig: boolean; submitOnChange: boolean; submitOnClose: boolean; }; } export type {};