CreateApiRequest: {
    actionsAfter?: ActionRequest2[];
    actionsBefore?: ActionRequest2[];
    api: ApiRequest;
    frontData?: object | null;
    newBranch?: string | null;
    originBranch?: string | null;
    workspaceId: string;
}

Type declaration

  • OptionalactionsAfter?: ActionRequest2[]
  • OptionalactionsBefore?: ActionRequest2[]
  • api: ApiRequest
  • OptionalfrontData?: object | null
  • OptionalnewBranch?: string | null
  • OptionaloriginBranch?: string | null
  • workspaceId: string