interface IConvoDebugXMLData {
    conversation: {
        $: {
            id: string;
            [key: string]: string;
        };
        message: IRWSPromptJSON[];
    };
}

Properties

Properties

conversation: {
    $: {
        id: string;
        [key: string]: string;
    };
    message: IRWSPromptJSON[];
}

Type declaration

  • $: {
        id: string;
        [key: string]: string;
    }
    • [key: string]: string
    • id: string
  • message: IRWSPromptJSON[]

Generated using TypeDoc