UNPKG

infinity-forge

Version:
7 lines (6 loc) 152 B
export interface IPrivatePage<R = string> { roles?: R[]; signInRole?: R; children: React.ReactNode; dontNeedAuthentication?: boolean; }