import {PrimaryKeyField} from '@steroidsjs/nest/infrastructure/decorators/fields';

export class %entityName%Model {
    @PrimaryKeyField()
    id: number;
}
