On this pageInitial StorageDefine the initial storage​const { Contract } = require('@tezwell/smartts-sdk');const contract = new Contract().setStorage(Nat(0));CopySpecify the storage type​const { Contract } = require('@tezwell/smartts-sdk');const contract = new Contract().setStorageType(TNat());Copy