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

5 lines
92 B
TypeScript

export type ResponseSelfServiceOrganisation = {
name: string;
teams: Array<any>;
};