admin.ts 79 B

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