Type alias DatumRef

DatumRef: {
    datum: ID;
    kind: "datum.ref";
    modifiers?: DatumModifier[];
}

Type declaration