Skip to content

Documentation / @warp-drive/core / types/identifier / StableRecordIdentifier

Type Alias: StableRecordIdentifier<T>

ts
type StableRecordIdentifier<T> = ResourceKey<T>;

Defined in: core/src/types/identifier.ts:114

Type Parameters

T

T extends string = string

Deprecated

use ResourceKey

Released under the MIT License.