import {Property} from "@tsed/schema";

export class {{symbolName}} {
  @Property()
  id: string;
}
