@webitel/api-services
    Preparing search index...

    Interface ApiUserId

    UserId lookup value.

    interface ApiUserId {
        id?: string;
        name?: string;
    }
    Index

    Properties

    Properties

    id?: string
    name?: string