This repository has been archived on 2023-11-06. You can view files and clone it, but cannot push or open issues or pull requests.
lfk-client-node/dist/models/UpdateRunnerOrganization.d.ts
Nicolai Ort d4d6b713e2
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

8 lines
162 B
TypeScript

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