Type alias CreateAppBundleProps
CreateAppBundleProps: {
actions?: ActionManifestProps[];
appUploadId: string;
comment?: string;
functions?: FunctionManifestProps[];
}
Type declaration
-
Optional
actions?: ActionManifestProps[]
-
appUploadId: string
-
Optional
comment?: string
-
Optional
functions?: FunctionManifestProps[]