Type Alias RepublishApp

type RepublishApp = {
    attributes?: AppUpdateAttributes;
    checkOriginAppId?: boolean;
    data?: PublishData;
    targetId?: string;
}
Index

Properties

attributes?: AppUpdateAttributes
checkOriginAppId?: boolean

Validate that source app is same as originally published.

targetId?: string

The target ID to be republished.