interface ClientFn {
    client?: Client<paths, `${string}/${string}`>;
}

Hierarchy (View Summary)

Properties

Properties

client?: Client<paths, `${string}/${string}`>

An instance of the Phoenix client. If not provided, the client will be created using the default configuration.