export type SubmissionCallback = (status: number, message: string, data?: string, headers?: any) => void;