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

    Type Alias BulletinListResponseBody

    BulletinListResponseBody: Message<
        "yeying.api.bulletin.BulletinListResponseBody",
    > & {
        page?: ResponsePage;
        solutions: SolutionMetadata[];
        status?: ResponseStatus;
    }

    Type declaration

    • Optionalpage?: ResponsePage

      from field: yeying.api.common.ResponsePage page = 3;

    • solutions: SolutionMetadata[]

      from field: repeated yeying.api.bulletin.SolutionMetadata solutions = 2;

    • Optionalstatus?: ResponseStatus

      from field: yeying.api.common.ResponseStatus status = 1;

    from message yeying.api.bulletin.BulletinListResponseBody