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

6 lines
97 B
TypeScript

export declare type RunnerGroup = {
id: number;
name: string;
contact?: any;
};