RESTClientStoreOptions: {
    handshake: GraviolaStoreHandshakeResponse;
    identifies: Identifies;
    iriHandling: GraviolaIriHandlingMode;
    localIdFromIri?: (iri: string) => string;
    storeId?: StoreId;
    transport: RestTransport;
}

Type Parameters

  • R extends SchemaRegistry = SchemaRegistry

Type declaration