lfk-client-js/dist/models/CreateRunnerOrganization.d.ts
Nicolai Ort 01191cefe9
All checks were successful
continuous-integration/drone Build is passing
🚀New lib version v0.3.0 [CI SKIP]
2021-01-24 18:01:44 +00:00

7 lines
146 B
TypeScript

export declare type CreateRunnerOrganization = {
address?: any;
registrationEnabled?: boolean;
name: string;
contact?: number;
};