lfk-client-js/dist/models/UpdateRunnerOrganization.d.ts
2023-02-02 09:42:58 +00:00

8 lines
154 B
TypeScript

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