OneSDK
    Preparing search index...

    Interface ConnectedAction

    interface ConnectedAction {
        data: {
            comments: Comment[];
            config: Config;
            services: Service[];
            setList: SetListAPIResponse;
            waitingList: OrderItem[];
        };
        type: "connected";
    }
    Index

    Properties

    Properties

    data: {
        comments: Comment[];
        config: Config;
        services: Service[];
        setList: SetListAPIResponse;
        waitingList: OrderItem[];
    }
    type: "connected"