UserRef

interface UserRef {
    $id: number;
    $ref: string;
}

Properties

Properties

$id: number

UserRef

$ref: string

UserRef