Skip to content

Commit 88b84d9

Browse files
author
Vieltojarvi
committed
trying to make api happy
1 parent a228c6a commit 88b84d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/plugin-types/API.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,11 @@ export type StableBackendIdentifiers = {
238238
getStableBackendHash: () => string;
239239
};
240240

241+
// @public (undocumented)
242+
export type StackProvider = {
243+
stack: Stack;
244+
};
245+
241246
// (No @packageDocumentation comment for this package)
242247

243248
```

0 commit comments

Comments
 (0)