Skip to content

Type Alias: WithKeyOptions

ts
type WithKeyOptions = Options & {
  target?: any;
};

Defined in: src/betterdiscord/types/discord/webpack.d.ts:34

Type Declaration

target?

ts
optional target: any;