Skip to content

Commit

Permalink
Remove unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Nov 23, 2023
1 parent 9c10289 commit be46df3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/value.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
interface AttachmentValue {
string: string
OutputName: string
attachmentsByRange: object
}

interface Aggrandizements {
Type: string
PropertyName: string
}

export function renderValue(value?: any, placeholder: string = 'Value'): HTMLElement {
const container = document.createElement('div');
if (value || typeof value === 'boolean' || value === 0) {
Expand Down

0 comments on commit be46df3

Please sign in to comment.