types.ts 55 B

123
  1. export type TPayloadLoading = {
  2. payload: boolean;
  3. };