UNPKG

phx-node

Version:

PHX NODE

8 lines (7 loc) 132 B
export type QueryOrPersistedId = { query: string; persistedId?: never; } | { query?: never; persistedId: string; };