Interface UserIdResolvableType

A type that represents a user and contains a user ID.

interface UserIdResolvableType {
    id: string | number;
}

Properties

Properties

id: string | number

The ID of the user.