UNPKG

@furystack/core

Version:
9 lines 245 B
/** * Minimal user model. Most application code will extend this with additional * profile fields and re-export the augmented type. */ export declare class User { username: string; roles: string[]; } //# sourceMappingURL=user.d.ts.map