CreateAppRequest: {
    actionsAfter?: ActionRequest[];
    actionsBefore?: ActionRequest[];
    app: AppRequest;
    frontData?: object | null;
    newBranch?: string | null;
    origin: OriginRequest2;
    originBranch?: string | null;
    workspaceId: string;
}

Type declaration