8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
type SetFileRequest: void {
|
|
}
|
|
|
|
interface ServerInterface {
|
|
RequestResponse:
|
|
setFile( SetFileRequest )( void )
|
|
}
|