mirror of
https://github.com/dadosfera/maestro.git
synced 2026-08-31 19:58:21 +00:00
7 lines
74 B
TypeScript
7 lines
74 B
TypeScript
export class TestConnectionDTO{
|
|
|
|
values:string;
|
|
plugin:string;
|
|
}
|
|
|