I hereby claim:
- I am veeenex on github.
- I am veeenex (https://keybase.io/veeenex) on keybase.
- I have a public key ASDTb4OZxnJTYtNqUQN2Y1mGUKd96l6jFRChv4wHj4xKlwo
To claim this, I am signing this object:
| import { ObjectType, Field } from '@nestjs/graphql'; | |
| import { Link } from './link.object-type'; | |
| import { Node } from './node.object-type'; | |
| @ObjectType() | |
| export class NetworkChange { | |
| @Field(() => String, { defaultValue: '', nullable: true }) | |
| test: string; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| <?xml version="1.0" encoding="utf-8"?> | |
| <unattend xmlns="urn:schemas-microsoft-com:unattend" | |
| xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"> | |
| <!--https://schneegans.de/windows/unattend-generator/?LanguageMode=Unattended&UILanguage=en-US&UserLocale=en-GB&KeyboardLayout=0809%3A00000809&ProcessorArchitecture=amd64&BypassRequirementsCheck=true&BypassNetworkCheck=true&ComputerNameMode=Custom&ComputerName=windows-10&TimeZoneMode=Explicit&TimeZone=Central+Europe+Standard+Time&PartitionMode=Interactive&WindowsEditionMode=Unattended&WindowsEdition=pro&UserAccountMode=Unattended&AccountName0=admin&AccountPassword0=password&AccountGroup0=Administrators&AccountName1=gaming&AccountPassword1=been-FOOW-scos&AccountGroup1=Users&AccountName2=&AccountName3=&AccountName4=&AutoLogonMode=Own&LockoutMode=Default&EnableRemoteDesktop=true&HardenSystemDriveAcl=true&AllowPowerShellScripts=true&DisableAppSuggestions=true&DisableWidgets=true&WifiMode=Skip&ExpressSettings=DisableAll&Remove3DViewer=true&RemoveCalculator=tru |