Interface IUserReference

Description of IUserReference interface

interface IUserReference {
    self: string;
    user: Partial<IUser>;
}

Properties

Properties

self: string

Link to this Resource

user: Partial<IUser>

A user resource being referenced