Skip to content

Commit

Permalink
feat: add logo support (#84)
Browse files Browse the repository at this point in the history
* feat: add logo support

* fix: change required props

* fix: href doesn't need to be required
  • Loading branch information
mmiask authored May 6, 2021
1 parent 7ca7620 commit b157aa0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/http-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ export interface IHttpService extends INode {
url?: string;
identifier?: string;
};
logo?: {
altText: string;
href?: string;
url?: string;
backgroundColor?: string;
}
}

/**
Expand Down

0 comments on commit b157aa0

Please sign in to comment.