Session.ts 320 B

1234567891011
  1. // Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. import type { Session } from '#shared/graphql/types.ts'
  3. import type { DeepPartial } from '#shared/types/utils.ts'
  4. export default (): DeepPartial<Session> => {
  5. return {
  6. id: '6605e8986992bf38b8a03638a5c6090e',
  7. afterAuth: null,
  8. }
  9. }