Fakultas Ilmu Komputer UI
export type IEcosystemFollow = { id?: string; userId: string; ecosystemId: string; };