Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StateFamilyConfig

import type { StateFamilyConfig } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

State family configuration.

interface StateFamilyConfig {
isRead?: boolean;
stateFamily?: string;
}

§Properties

§
isRead?: boolean
[src]

If true, this family corresponds to a read operation.

§
stateFamily?: string
[src]

The state family value.