s3si.ts/state.ts

4 lines
54 B
TypeScript
Raw Normal View History

2022-10-18 08:08:26 -04:00
export type LoginState = {
sessionToken: string;
};