File

src/profile/profile.interface.ts

Index

Properties

Properties

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

export interface ProfileRO {
  profile: ProfileData;
}

result-matching ""

    No results matching ""