import ApplicationResponse from "./application.response"; export default interface ApplicationAllResponse { applications: ApplicationResponse[]; }