Get slot details for a given slot
export type GetSlotProps = { slotId: string; };
const slot = await assetlayer.slots.getSlot({ slotId: 'slotId' });
type ReturnType = Slot;
Last updated 1 year ago