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

    Type Alias DeleteProviderRequestJson

    from message yeying.api.llm.DeleteProviderRequest

    type DeleteProviderRequestJson = {
        body?: DeleteProviderRequestBodyJson;
        header?: MessageHeaderJson;
    }
    Index

    Properties

    Properties

    from field: yeying.api.llm.DeleteProviderRequestBody body = 2;

    header?: MessageHeaderJson

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