@coopenomics/sdk
    Preparing search index...
    query: {
        chatcoopGetTranscriptions: [
            { data: Variable<"GetTranscriptionsInput", "data"> },
            {
                createdAt: boolean;
                endedAt: boolean;
                id: boolean;
                matrixRoomId: boolean;
                participants: boolean;
                roomId: boolean;
                roomName: boolean;
                startedAt: boolean;
                status: boolean;
                updatedAt: boolean;
            },
        ];
    } = ...

    Type Declaration

    • chatcoopGetTranscriptions: [
          { data: Variable<"GetTranscriptionsInput", "data"> },
          {
              createdAt: boolean;
              endedAt: boolean;
              id: boolean;
              matrixRoomId: boolean;
              participants: boolean;
              roomId: boolean;
              roomName: boolean;
              startedAt: boolean;
              status: boolean;
              updatedAt: boolean;
          },
      ]