Type Alias PublishApp

type PublishApp = {
    attributes?: AppUpdateAttributes;
    data?: PublishData;
    moveApp?: boolean;
    originAppId?: string;
    spaceId?: string;
}
Index

Properties

attributes?: AppUpdateAttributes
moveApp?: boolean
originAppId?: string
spaceId?: string