File

src/profile/profile.interface.ts

Index

Properties

Properties

profile
profile: ProfileData
Type : ProfileData
export interface ProfileData {
  username: string;
  bio: string;
  image?: string;
  following?: boolean;
}

export interface ProfileRO {
  profile: ProfileData;
}

result-matching ""

    No results matching ""