Skip to content

Commit 795d22e

Browse files
authored
feat: add optional functions property to AppBundleProps type [EXT-6304] (#2601)
1 parent 6ca72d1 commit 795d22e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/entities/app-bundle.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ export type AppBundleProps = {
5454
* A comment that describes this bundle
5555
*/
5656
comment?: string
57+
/**
58+
* List of all functions in the bundle
59+
*/
60+
functions?: FunctionManifestProps[]
5761
}
5862

5963
export interface AppBundle extends AppBundleProps, DefaultElements<AppBundleProps> {

0 commit comments

Comments
 (0)