UNPKG

skedify-types

Version:
6 lines (4 loc) 88 B
import { User } from "."; export interface WithUser<T = unknown> { user: User & T; }