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

    Type Alias CollectSupportRequestBodyJson

    from message yeying.api.support.CollectSupportRequestBody

    type CollectSupportRequestBodyJson = {
        code?: SupportCodeEnumJson;
        faq?: FaqMetadataJson;
    }
    Index

    Properties

    Properties

    from field: yeying.api.support.SupportCodeEnum code = 1;

    from field: yeying.api.support.FaqMetadata faq = 3;