File

src/app/_models/staff.ts

Index

Properties

Properties

comment
comment: string
Type : string
email
email: string
Type : string
name
name: string
Type : string
tag
tag: number
Type : number
userid
userid: string
Type : string
interface Staff {
  comment: string;
  email: string;
  name: string;
  tag: number;
  userid: string;
}

export {
  Staff
};

result-matching ""

    No results matching ""