export type NoteMutationMutationVariables = Exact<{
  bookPermalink: Scalars['ID'];
  elementId: Scalars['ID'];
  text: Scalars['String'];
}>;