export type UpdateBranchMutationVariables = Exact<{
  bookPermalink: Scalars['String'];
  branchName: Scalars['String'];
}>;