Type alias FormElementLookupStaticDataPreFillText

FormElementLookupStaticDataPreFillText: {
    text: string;
    type: "TEXT";
} & FormElementLookupStaticDataPreFillBase