interface Workshop {
    description: string;
    title: string;
}

Properties

Properties

description: string
title: string