import { z } from 'zod';
import { promoteAppSchema } from '../../services/schemas/promote-schema.js';
export type PromoteStatusResponse = z.infer<typeof promoteAppSchema>;
