UNPKG

@illandril/foundryvtt-types

Version:

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

9 lines (7 loc) 216 B
declare global { class DocumentSheet< ObjectType extends object = object, Options extends DocumentSheetOptions = DocumentSheetOptions, > extends FormApplication<ObjectType, Options> {} } export type {};