Skip to content

Instantly share code, notes, and snippets.

@kazuooooo
Created February 5, 2022 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kazuooooo/d606f17071b8d7893f97730909b062d4 to your computer and use it in GitHub Desktop.
Save kazuooooo/d606f17071b8d7893f97730909b062d4 to your computer and use it in GitHub Desktop.
declare module 'pinia' {
export interface PiniaCustomProperties<Id, S, G, A> {
sync(key: string, ref: DocumentReference): Unsubscribe
sync(key: string, ref: CollectionReference): Unsubscribe
sync(key: string, ref: Query): Unsubscribe
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment