SharedValue
Signature
export type SharedValue<T> = T extends SharedKey<infer Value, string> ? Value : never;Members
This export does not declare public properties or methods in the generated declaration file.
export type SharedValue<T> = T extends SharedKey<infer Value, string> ? Value : never;This export does not declare public properties or methods in the generated declaration file.