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

    Type Alias GetConfigRequestBodyJson

    from message yeying.api.config.GetConfigRequestBody

    type GetConfigRequestBodyJson = {
        key?: string;
        type?: ConfigTypeEnumJson;
    }
    Index

    Properties

    Properties

    key?: string

    from field: string key = 1;

    from field: yeying.api.config.ConfigTypeEnum type = 2;