@audiotool/nexus - v0.0.12
    Preparing search index...

    Variable AudiographServiceConst Generated

    AudiographService: {
        methods: {
            getAudiographs: {
                I: typeof GetAudiographsRequest;
                kind: Unary;
                name: "GetAudiographs";
                O: typeof GetAudiographsResponse;
            };
        };
        typeName: "audiotool.audiograph.v1.AudiographService";
    } = ...

    The audiograph service definition.

    from service audiotool.audiograph.v1.AudiographService

    Type declaration

    • Readonlymethods: {
          getAudiographs: {
              I: typeof GetAudiographsRequest;
              kind: Unary;
              name: "GetAudiographs";
              O: typeof GetAudiographsResponse;
          };
      }
      • Readonly GeneratedgetAudiographs: {
            I: typeof GetAudiographsRequest;
            kind: Unary;
            name: "GetAudiographs";
            O: typeof GetAudiographsResponse;
        }

        Get Audiographs

        from rpc audiotool.audiograph.v1.AudiographService.GetAudiographs

    • ReadonlytypeName: "audiotool.audiograph.v1.AudiographService"