Interface ReadResult<Outputs>

interface ReadResult<Outputs> {
    id?: string;
    props?: Outputs;
}

Type Parameters

  • Outputs = any

Properties

Properties

id?: string

The ID of the resource ready back (or blank if missing).

props?: Outputs

The current property state read from the live environment.

Generated using TypeDoc