Merged in feat/sw-1314-transfer-sas-points (pull request #1508)
SW-1314 Transfer SAS points Approved-by: Linus Flood
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { z } from "zod"
|
||||
|
||||
export const SAS_TOKEN_STORAGE_KEY = "sas-x-scandic-token"
|
||||
export const SAS_TRANSFER_POINT_KEY = "sas-x-scandic-eb-points"
|
||||
|
||||
export const stateSchema = z.object({
|
||||
intent: z.enum(["link", "unlink"]),
|
||||
intent: z.enum(["link", "unlink", "transfer"]),
|
||||
})
|
||||
export type State = z.infer<typeof stateSchema>
|
||||
|
||||
Reference in New Issue
Block a user