UNPKG

@redox-contrib/models

Version:

Typescript definitions for the Redox API.

7 lines (6 loc) 138 B
export interface Component { Comments?: string | null; ID?: string | null; Name?: string | null; Value?: string | null; }