staticwebapp-hhv-tormakrist.../src/types/ResponseData.ts

3 lines
56 B
TypeScript

export default interface ResponseData {
data: any;
}