Commit 3bf03c1f authored by Alex Segers's avatar Alex Segers

AFP-97] 🏷️ Add 'Manager' TS Type (@asegers)

parent bcd71b69
declare module "Manager" {
export interface Manager {
firstName: string,
lastName: string,
googleId: string,
email: string,
imageUrl: string
managerId?: string
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment