ContractScheme

Hierarchy

  • ContractScheme

Properties

Optional Readonly __createdAt

__createdAt: undefined | string

Date of creation.

Optional Readonly __createdBy

__createdBy: undefined | string

Created by.

Optional Readonly __deletedAt

__deletedAt: undefined | string

Date of deletion.

Optional Readonly __updatedAt

__updatedAt: undefined | string

Edit date.

Optional Readonly __updatedBy

__updatedBy: undefined | string

Edited by.

Optional Readonly code

code: undefined | string

Code.

Optional Readonly fields

fields: readonly FieldScheme[]

Fields.

Optional Readonly name

name: undefined | string

Contract name.

Optional Readonly namespace

namespace: undefined | string

Workspace.

Optional Readonly sources

sources: readonly ContractSchemeSource[]

Data sources for the contract.