query: {
    chatcoopGetTranscriptions: [{
        data: Variable<"GetTranscriptionsInput", "data">;
    }, {
        createdAt: boolean;
        endedAt: boolean;
        id: boolean;
        matrixRoomId: boolean;
        memo: 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;
        memo: boolean;
        participants: boolean;
        roomId: boolean;
        roomName: boolean;
        startedAt: boolean;
        status: boolean;
        updatedAt: boolean;
    }]