interface SpecialRequests {
    description?: string;
    roomMate?: string;
}

Properties

description?: string
roomMate?: string