CreateInfraRequest: {
    actionsAfter?: ActionRequest3[];
    actionsBefore?: ActionRequest3[];
    frontData?: object | null;
    infra: InfraRequest;
    newBranch?: string | null;
    origin: OriginRequest3;
    originBranch?: string | null;
    workspaceId: string;
}

Type declaration