Files
Chromacase/front/models/AuthToken.ts
2023-06-17 07:01:23 +01:00

4 lines
52 B
TypeScript

type AuthToken = string;
export default AuthToken;