feat: refactor and test tools steps utilities (#42693)
This commit is contained in:
8
tools/challenge-helper-scripts/helpers/get-step-template.d.ts
vendored
Normal file
8
tools/challenge-helper-scripts/helpers/get-step-template.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
type StepOptions = {
|
||||
challengeId: string;
|
||||
challengeSeeds: unknown;
|
||||
stepBetween: boolean;
|
||||
stepNum: number;
|
||||
};
|
||||
|
||||
export declare function getStepTemplate(options: StepOptions): string;
|
Reference in New Issue
Block a user