Package version:

Interface GetSnapshotOptions

Options used when getting a Snapshot.

interface GetSnapshotOptions {
    fields?: (keyof ConfigurationSnapshot)[];
}

Hierarchy (view full)

Properties

Properties

fields?: (keyof ConfigurationSnapshot)[]

Which fields to return for each ConfigurationSetting