import { ViewEntity, ViewColumn } from "synapseapi";

@ViewEntity({
  name: "{0}"
})
export class {1}View {
  @ViewColumn()
  id: number;
}
