OneSDK
    Preparing search index...

    Interface ConnectedData

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

    Properties

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