5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
export type ResponseSelfServiceOrganisation = {
|
|
name: string;
|
|
teams: Array<any>;
|
|
};
|