Paul-API-Next/src/types/GlobalData.ts

8 lines
102 B
TypeScript

export interface IGlobalData {
profile: {
id?: string
name: string
avatar: string
}
}