@coopenomics/sdk
    Preparing search index...
    query: {
        chatcoopGetTranscription: [
            { data: Variable<"GetTranscriptionInput!", "data"> },
            {
                segments: {
                    createdAt: boolean;
                    endOffset: boolean;
                    id: boolean;
                    speakerIdentity: boolean;
                    speakerName: boolean;
                    startOffset: boolean;
                    text: boolean;
                };
                transcription: {
                    createdAt: boolean;
                    endedAt: boolean;
                    id: boolean;
                    matrixRoomId: boolean;
                    participants: boolean;
                    roomId: boolean;
                    roomName: boolean;
                    startedAt: boolean;
                    status: boolean;
                    updatedAt: boolean;
                };
            },
        ];
    } = ...

    Type Declaration

    • chatcoopGetTranscription: [
          { data: Variable<"GetTranscriptionInput!", "data"> },
          {
              segments: {
                  createdAt: boolean;
                  endOffset: boolean;
                  id: boolean;
                  speakerIdentity: boolean;
                  speakerName: boolean;
                  startOffset: boolean;
                  text: boolean;
              };
              transcription: {
                  createdAt: boolean;
                  endedAt: boolean;
                  id: boolean;
                  matrixRoomId: boolean;
                  participants: boolean;
                  roomId: boolean;
                  roomName: boolean;
                  startedAt: boolean;
                  status: boolean;
                  updatedAt: boolean;
              };
          },
      ]