export default interface ICoreResponsePayload { responseId?: string; data: any; }