UNPKG

@joshfarrant/shortcuts-js

Version:
11 lines (10 loc) 259 B
import Aggrandizement from './Aggrandizement'; import Type from './Type'; interface Attachment { Aggrandizements?: Aggrandizement[]; OutputName?: string; OutputUUID?: string; Type: Type; VariableName?: string; } export default Attachment;