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

    Type Alias BulletinListResponseJson

    from message yeying.api.bulletin.BulletinListResponse

    type BulletinListResponseJson = {
        body?: BulletinListResponseBodyJson;
        header?: MessageHeaderJson;
    }
    Index

    Properties

    Properties

    from field: yeying.api.bulletin.BulletinListResponseBody body = 2;

    header?: MessageHeaderJson

    from field: yeying.api.common.MessageHeader header = 1;