export interface EndpointUpdate { resource?: string; description?: string; actionId?: string; config?: any; customData?: any; }