7 lines
129 B
TypeScript
7 lines
129 B
TypeScript
|
export interface SynchronizeProtocolDecisionCommand {
|
||
|
id?: number;
|
||
|
topic: string;
|
||
|
context: string;
|
||
|
protocolId: number;
|
||
|
}
|