Type Alias CreateAppBundleProps

CreateAppBundleProps: {
    actions?: ActionManifestProps[];
    appUploadId: string;
    comment?: string;
    functions?: FunctionManifestProps[];
}