mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-05 08:47:05 +02:00
Initial "plugin" system with importer (#7)
This commit is contained in:
@@ -20,6 +20,7 @@ export interface Workspace extends BaseModel {
|
||||
readonly model: 'workspace';
|
||||
name: string;
|
||||
description: string;
|
||||
variables: EnvironmentVariable[];
|
||||
}
|
||||
|
||||
export interface EnvironmentVariable {
|
||||
|
||||
Reference in New Issue
Block a user