mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-31 18:10:50 +01:00
7 lines
91 B
Go
7 lines
91 B
Go
interface LComponentsInput {
|
|
tagInput: {
|
|
tagName: string;
|
|
addTag: string;
|
|
};
|
|
}
|