@dypai-ai/client-sdk - v1.12.0
    Preparing search index...

    Interface DypaiProviderProps

    Props for the DypaiProvider component.

    interface DypaiProviderProps {
        children: ReactNode;
        client: DypaiClient;
    }
    Index

    Properties

    Properties

    children: ReactNode
    client: DypaiClient

    The DypaiClient instance (created with createClient())