Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Type Alias DocumentTypesConfiguration

    DocumentTypesConfiguration: Record<
        string,
        Record<string, ServerSanitizationFields>,
    >

    Document subtype registration information for systems and modules. The first layer of keys are document types, e.g. "Actor" or "Item". The second layer of keys are document subtypes, e.g. "character" or "feature".