export interface FuchsiaResponse { [key: string]: any; message: string; payload?: T; errors?: string; }