Interface Copyright

Information about the copyright holder and any license governing use of this file.

interface Copyright {
    author: string;
    license?: string;
    year?: number;
}

Properties

Properties

author: string

Copyright holder.

license?: string

Link to external file containing license text.

year?: number

Year of copyright.