Skip to content

CreateSymbolOptions

export type CreateSymbolOptions<T extends MemberDeclaration context interface = MemberDeclaration context interface> = { name: string; scope?: Scope context interface; refkey?: Refkey | Refkey[]; flags?: OutputSymbolFlags; metadata?: Record<string, unknown>; } & Omit<T, keyof MemberDeclaration context interface>;