6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
export declare type RunnerGroup = {
|
|
id: number;
|
|
name: string;
|
|
contact?: any;
|
|
};
|