interface UpdateNotification {
    notes: string[];
    version: string;
}

Properties

Properties

notes: string[]
version: string