UNPKG

@illandril/foundryvtt-types

Version:

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

14 lines (11 loc) 233 B
declare global { namespace foundry { namespace abstract { class DataModel { static get schema(): foundry.data.fields.SchemaField; get parent(): DataModel | undefined; } } } } export type {};