6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
export type ResponseRunnerGroup = {
|
|
id: number;
|
|
name: string;
|
|
contact?: any;
|
|
};
|