/**
 * @namespace Origin
 * @description Definition
 */
export type OriginPayload = Record<string, any>;
