Type Alias: Reference<T>
Reference<
T> =ExtImport|T
A reference to your app's code. Prefer importing the value with
with { type: "ref" }; use a reference object (ExtImport) when a
direct reference import is not practical.
See Reference imports.
Type Parameters
T
T