AppBundleProps: {
    comment?: string;
    files: AppBundleFile[];
    sys: AppBundleSys;
}

Type declaration

  • Optional comment?: string

    A comment that describes this bundle

  • files: AppBundleFile[]

    List of all the files that are in this bundle

  • sys: AppBundleSys

    System metadata