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

    Type Alias UserDetailJson

    from message yeying.api.user.UserDetail

    type UserDetailJson = {
        state?: UserStateJson;
        user?: UserMetadataJson;
    }
    Index

    Properties

    Properties

    from field: yeying.api.user.UserState state = 2;

    from field: yeying.api.user.UserMetadata user = 1;