@refinio/one.models
    Preparing search index...
    type SocketConfiguration = {
        catchAll?: boolean;
        host: string;
        port: number;
        type: "socket";
        url: string;
    }
    Index

    Properties

    catchAll?: boolean
    host: string
    port: number
    type: "socket"
    url: string