Skip to content

LoadedRecord

Describes a record loaded from a DecisionSource.

export type LoadedRecord = {
input: DeepPartial<DecisionInput>;
source: DecisionSource;
file?: string;
uuid?: string;
};

The input is eventually invalid and may not match the DecisionInput shape.