blob: 51953e6dab501ff5eea5eabb80e4bb27d1d95e10 [file] [log] [blame]
{{/*
// Copyright 2023 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
*/}}
{{- define "AliasDeclaration" }}
{{ EnsureNamespace . }}
{{ if .IsResourceType }}
{{- IfdefFuchsia -}}
{{- end }}
using {{ .Name }} = {{ .Type }};
{{- if .IsResourceType }}
{{- EndifFuchsia -}}
{{ end }}
{{- end }}