eligius
    Preparing search index...

    Variable getImportConst

    getImport: TOperation<
        IGetImportOperationData,
        Omit<
            RequireKeys<IGetImportOperationData, "importedInstance">,
            "systemName",
        >,
    > = ...

    This operation retrieves the import specified by the given systemName and assigns it to the importedInstance property on the current operaton date.