5 lines
120 B
TypeScript
5 lines
120 B
TypeScript
import { Run } from '.';
|
|
export declare class SequentialIdentifier extends Run {
|
|
constructor(identifier: string);
|
|
}
|