UNPKG

@kiwicom/orbit-tracking

Version:

Tracking for orbit design system

30 lines (28 loc) 622 B
declare function saveToApi(content: string): Promise<{ createBranch: { branch: { name: string; }; errors: string[]; }; mergeRequestCreate: { mergeRequest: { webUrl: string; title: string; }; errors: string[]; }; commitCreate: { commit: { author: string; id: string; }; description: string; fullTitle: string; message: string; sha: string; webUrl: string; errors: string[]; }; } | undefined>; export { saveToApi as default };