Type alias ProfileRef

ProfileRef: Profile | {
    kind: "profile.ref";
    name: string;
}

Type declaration

  • kind: "profile.ref"
  • name: string