Remove BuildEnvironmentOS
This commit is contained in:
parent
ddb13a1ac7
commit
fce65da29a
2 changed files with 2 additions and 7 deletions
File diff suppressed because one or more lines are too long
|
|
@ -238,17 +238,12 @@ export interface ResolveQueriesOutput {
|
|||
export interface ResolveBuildEnvironmentOutput {
|
||||
configuration?: {
|
||||
[language: string]: {
|
||||
os?: BuildEnvironmentOS;
|
||||
os?: unknown;
|
||||
[key: string]: unknown;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
export interface BuildEnvironmentOS {
|
||||
name?: string;
|
||||
version?: string;
|
||||
}
|
||||
|
||||
export interface PackDownloadOutput {
|
||||
packs: PackDownloadItem[];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue