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

5 lines
89 B
TypeScript
Raw Normal View History

2020-12-22 14:17:25 +00:00
export declare type CreateRunnerGroup = {
name: string;
contact?: number;
};