Refactor chat input & properly update state for proposal
This commit is contained in:
@@ -117,3 +117,8 @@ export interface Proposal {
|
||||
securityRisks: SecurityRisk[];
|
||||
filesChanged: FileChange[];
|
||||
}
|
||||
|
||||
export interface ProposalResult {
|
||||
proposal: Proposal;
|
||||
messageId: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user