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