Typehinting Functions in Typescript Interfaces
interface SomeProps {
onHide(): any;
setUser(user:User): Promise<User>;
}
☝️ Backlinks
No notes are currently linking to "Typehinting Functions in Typescript Interfaces".
interface SomeProps {
onHide(): any;
setUser(user:User): Promise<User>;
}
No notes are currently linking to "Typehinting Functions in Typescript Interfaces".