Skip to content

Type Alias: StoreNameType

ts
type StoreNameType = 
  | CommonlyUsedStores
  | string & {
  _name_?: "";
};

Defined in: src/betterdiscord/webpack/stores.ts:5