feat: inplement auth case steps
This commit is contained in:
@@ -21,6 +21,7 @@ type CaseStepType = {
|
||||
updatedAt: Date;
|
||||
CaseId: number;
|
||||
StepId: number;
|
||||
stepNo: number;
|
||||
};
|
||||
|
||||
type StepType = {
|
||||
|
||||
Reference in New Issue
Block a user