pull/17124/head
Elliott Johnson 2 weeks ago
parent 0581bb9094
commit 5aa7598f4b

@ -11,7 +11,7 @@ export type Snapshot<T> = ReturnType<typeof $state.snapshot<T>>;
export type MaybePromise<T> = T | Promise<T>;
export type Decode<T> = (value: unknown) => T;
export type Decode<T> = (value: any) => T;
export type Encode<T> = (value: T) => unknown;

Loading…
Cancel
Save