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".