EvalueTonSavoir/types/valkey.ts

4 lines
No EOL
70 B
TypeScript

export interface ValkeyBasicConfig{
host:string,
port:number
}