A greeting with a message and a proejct name.

interface Greeting {
    message: string;
    project: string;
}

Properties

Properties

message: string
project: string