UNPKG

@aiozstream/nodejs-client

Version:
8 lines (7 loc) 145 B
export default interface AttributeType { name: string; baseName: string; type: string; format: string; defaultValue?: any; }