Last updated 1 year ago
Get details of an app
export type GetAppProps = { appId: string; };
const app = await assetlayer.apps.getApp({ appId: 'appId' });
type ReturnType = App;