UNPKG

173 BTypeScriptView Raw
1/**
2 * Properties for looking up an existing Key.
3 */
4export interface KeyLookupOptions {
5 /**
6 * The alias name of the Key
7 */
8 readonly aliasName: string;
9}