Skip to content

dag-cost / Exports / ICostMeta

Interface: ICostMeta

Table of contents

Properties

Properties

nodeType

nodeType: string

Defined in

types/cost-meta-types.ts:4


displayName

displayName: string

Defined in

types/cost-meta-types.ts:5


category

category: TCostMetaCategory

Defined in

types/cost-meta-types.ts:6


estimateFormula

estimateFormula: string

Defined in

types/cost-meta-types.ts:7


calculateFormula

Optional calculateFormula: string

Defined in

types/cost-meta-types.ts:8


variables

variables: Record<string, unknown>

Defined in

types/cost-meta-types.ts:9


enabled

enabled: boolean

Defined in

types/cost-meta-types.ts:10


updatedAt

updatedAt: string

Defined in

types/cost-meta-types.ts:11

Released under the MIT License.