UNPKG

@wepublish/api

Version:
12 lines (11 loc) 451 B
import { Context } from '../../context'; export declare const getPeerByIdOrSlug: (id: string | null, slug: string | null, peerClient: Context['loaders']['peer'], peerBySlug: Context['loaders']['peerBySlug']) => Promise<import("@prisma/client/runtime/library").GetResult<{ id: string; createdAt: Date; modifiedAt: Date; name: string; slug: string; hostURL: string; token: string; isDisabled: boolean; }, unknown> & {}>;