MCPcopy
hub / github.com/sequelize/sequelize / FilmModelToJson

Class FilmModelToJson

test/types/model.ts:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304 name?: string;
305}
306class FilmModelToJson extends Model<FilmToJson> implements FilmToJson {
307 id!: number;
308 name?: string;
309}
310const film = FilmModelToJson.build();
311
312class FilmModelExtendToJson extends Model<FilmToJson> implements FilmToJson {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected