admin.ts 79 B

1234
  1. export interface updateConfigMethodForAdmin<T> {
  2. update: (arg: T) => void
  3. }