mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2025-05-04 20:39:53 +00:00
6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
import { DefaultProcess } from './default.process';
|
|
|
|
export class ReadProcess extends DefaultProcess {
|
|
public identity;
|
|
}
|