@open-formulieren/types
    Preparing search index...

    Interface PrefillConfig

    interface PrefillConfig {
        prefill?: {
            attribute: string;
            identifierRole: "main" | "authorised_person";
            plugin: string;
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    prefill?: {
        attribute: string;
        identifierRole: "main" | "authorised_person";
        plugin: string;
    }