fix: change to skeleton process name for the interface

This commit is contained in:
Supan Adit Pratama 2024-10-26 17:54:40 +07:00
parent c371b60746
commit 20aaf2a2d7

View File

@ -1,4 +1,4 @@
export interface StandardProcess {
export interface SkeletonProcess {
initialization(): void;
before(): void;
begin(): void;