Schutzengel-GmbH / fachdoku_fruehe_hilfen

MIT License
0 stars 0 forks source link

properly name ApiResponse interfaces and add ApiRequest interfaces #77

Open gammagandalph opened 6 months ago

gammagandalph commented 6 months ago
interface ApiResponseSomething {
    error?: "INTERNAL_SERVER_ERROR" // etc. consider generecizing this
}

interface ApiRequestSomething {
    anything: any;
}

For use with ApiPostJson etc.

gammagandalph commented 19 hours ago

probably not gonna be in time for update