Commit 4f3d6713 authored by Alex Segers's avatar Alex Segers

[AFP-111] 🏷️ Update 'Manager' TS type to optionally include 'id' field & omit...

[AFP-111] 🏷️ Update 'Manager' TS type to optionally include 'id' field & omit 'managerId' field (@asegers)
parent db80b13d
declare module "Manager" {
export interface Manager {
id?: string,
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