Interface StateInfoInput

An interface for state information input.

interface StateInfoInput {
    ref?: string;
}

Properties

Properties

ref?: string