Interface DirectRepositoryGetPresenceResponseRootObject

interface DirectRepositoryGetPresenceResponseRootObject {
    status: string;
    user_presence: Record<string, DirectRepositoryGetPresenceResponseUserPresence>;
}

Properties

status: string