Last updated 1 year ago
Get the expressions and expression details for a given slot
export type GetSlotExpressionsProps = { slotId: string; }
const expressions = await assetlayer.slots.getSlotExpressions({ slotId: 'slotId' });
type ReturnType = Expression[];