Type Alias CopyrightOptions

CopyrightOptions: {
    provider?: string;
    url?: string;
    year?: string;
}