Interface MappedEditsRequest

interface MappedEditsRequest {
    codeBlocks: {
        code: string;
        markdownBeforeBlock?: string;
        resource: Uri;
    }[];
    conversation: (ConversationRequest | ConversationResponse)[];
}

Properties

codeBlocks: {
    code: string;
    markdownBeforeBlock?: string;
    resource: Uri;
}[]

Type declaration

  • code: string
  • Optional markdownBeforeBlock?: string
  • resource: Uri