Removed custom Collection2 package
This commit is contained in:
@@ -10,7 +10,7 @@ export type FieldToCalculate = {
|
||||
|
||||
export type CalculatedOnlyField = {
|
||||
value?: ConstantValueType;
|
||||
valueNode: ParseNode;
|
||||
valueNode?: ParseNode;
|
||||
effectIds?: string[];
|
||||
proficiencyIds?: string[];
|
||||
unaffected?: ConstantValueType;
|
||||
|
||||
@@ -11,7 +11,7 @@ export type ComputedOnlyInlineCalculationField = {
|
||||
text?: string,
|
||||
hash?: number,
|
||||
value?: string,
|
||||
inlineCalculations: CalculatedField[],
|
||||
inlineCalculations?: CalculatedField[],
|
||||
}
|
||||
|
||||
// Get schemas that apply fields directly so they can be gracefully extended
|
||||
|
||||
Reference in New Issue
Block a user