@yeying-community/yeying-client-ts
    Preparing search index...

    Type Alias SearchSessionConditionJson

    from message yeying.api.session.SearchSessionCondition

    type SearchSessionConditionJson = {
        name?: string;
        uid?: string;
    }
    Index

    Properties

    Properties

    name?: string

    from field: string name = 1;

    uid?: string

    from field: string uid = 2;