Created
February 5, 2022 15:35
-
-
Save kazuooooo/d606f17071b8d7893f97730909b062d4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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