Cleaning up more imports

This commit is contained in:
Owen
2025-10-11 20:46:49 -07:00
parent 2c63851130
commit f17a957058
3 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
export type TransferSessionResponse = {
valid: boolean;
cookie?: string;
};
export type GetSessionTransferTokenRenponse = {
token: string;
};