interface WorkshopSpace {
    _id: string;
    length: number;
}

Properties

Properties

_id: string
length: number