Skip to content

Instantly share code, notes, and snippets.

View emmanuelekopimo's full-sized avatar
:dependabot:
Building a startup

Emmanuel Akpan emmanuelekopimo

:dependabot:
Building a startup
View GitHub Profile
@emmanuelekopimo
emmanuelekopimo / scheduleTypes.ts
Created July 8, 2025 13:04
All the types and response formats to the client for the schedule side
interface UserDetails {
uid: string;
username: string;
displayName: string;
}
interface MinAgendaItem {
id: string;
name: string;