export type Organization = {
    class: string;
    id: string;
    slug: string;
};
//# sourceMappingURL=organization.d.ts.map