interface ICliCommandAuthor {
    email: string;
    name: string;
}

Properties

Properties

email: string

The email of the author

name: string

The name of the author