import Morphik from 'morphik';const client = new Morphik({ apiKey: process.env['MORPHIK_API_KEY'], // This is the default and can be omitted});const appStorageUsageResponse = await client.usage.appStorageUsage();console.log(appStorageUsageResponse.app_id);
import Morphik from 'morphik';const client = new Morphik({ apiKey: process.env['MORPHIK_API_KEY'], // This is the default and can be omitted});const appStorageUsageResponse = await client.usage.appStorageUsage();console.log(appStorageUsageResponse.app_id);