mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-19 16:07:32 -03:00
añadido componente para crear posts y modificado menu auth
This commit is contained in:
8
src/types.d.ts
vendored
8
src/types.d.ts
vendored
@@ -27,10 +27,10 @@ export interface User {
|
||||
}
|
||||
|
||||
export interface Sesion {
|
||||
accessToken:string?;
|
||||
message:string;
|
||||
url:string;
|
||||
displayname:string;
|
||||
accessToken: string?;
|
||||
message: string;
|
||||
url: string;
|
||||
displayName: string;
|
||||
}
|
||||
|
||||
export interface LoginDto {
|
||||
|
||||
Reference in New Issue
Block a user