UNPKG

@unchainedshop/plugins

Version:

Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters

8 lines (7 loc) 152 B
export default function splitProperties({ objectKey, payload }: { objectKey?: string; payload: any; }): { token?: string; info: any; };