lfk-client-js/dist/models/ResponseRunnerGroup.d.ts

7 lines
167 B
TypeScript
Raw Normal View History

2020-12-22 14:17:25 +00:00
import type { GroupContact } from './GroupContact';
export declare type ResponseRunnerGroup = {
id: number;
name: string;
contact?: GroupContact;
};