4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
export interface GetOrganizationByIdQuery {
|
|
id: string;
|
|
}
|
|
//# sourceMappingURL=GetOrganizationByIdQuery.d.ts.map
|