Type Alias CheckSlugDto

CheckSlugDto: { locationId: string; urlSlug: string; postId?: string }

Type declaration

  • locationId: string
  • urlSlug: string
  • OptionalpostId?: string