Last updated 1 year ago
Get the slotIds for a given app
export type GetAppSlotsProps = { appId: string; };
const slotIds = await assetlayer.apps.getAppSlotIds({ appId: 'appId' });
type ReturnType = string[];