Interface ConnectedData

interface ConnectedData {
    comments: ExtendedComment[];
    config: Config;
    services: Service[];
    setList: object | SetListAPIResponse;
    waitingList: OrderItem[];
}

Properties

comments: ExtendedComment[]
config: Config
services: Service[]
setList: object | SetListAPIResponse
waitingList: OrderItem[]