Type alias TargetDefinition

TargetDefinition: {
    arch: TargetArch;
    platform: TargetPlatform;
}

Type declaration