Type alias ChangeManifestParams

ChangeManifestParams: {
    actions: ManifestActions[];
}

Parameters requried for changing the manifest

Type declaration

  • actions: ManifestActions[]

    One or more actions to perform

Generated using TypeDoc