userCurrentRecentViewList.ts 265 B

123456789
  1. // Copyright (C) 2012-2025 Zammad Foundation, https://zammad-foundation.org/
  2. import type { UserCurrentRecentViewListQuery } from '#shared/graphql/types.ts'
  3. export default (): UserCurrentRecentViewListQuery => {
  4. return {
  5. userCurrentRecentViewList: [],
  6. }
  7. }