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

7 lines
138 B
TypeScript

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