bsky-app/src/storage/schema.ts
2024-09-11 21:47:25 -05:00

6 lines
146 B
TypeScript

/**
* Device data that's specific to the device and does not vary based account
*/
export type Device = {
lastNuxDialog: string | undefined
}