BetaRelockProperties top-level constant

ObjectTypeDefinitionNode const BetaRelockProperties

Implementation

const BetaRelockProperties = _i1.ObjectTypeDefinitionNode(
    name: _i1.NameNode(value: 'BetaRelockProperties'),
    directives: [],
    interfaces: [],
    fields: [
      _i1.FieldDefinitionNode(
          name: _i1.NameNode(value: 'relockDelayValidRange'),
          directives: [],
          args: [],
          type: _i1.NamedTypeNode(
              name: _i1.NameNode(value: 'DynamicIntRange'), isNonNull: false))
    ]);