Type Alias DehydratedAppConnectorInterface

DehydratedAppConnectorInterface: Omit<AppConnectorInterface, "id" | "app"> & {
    id: string;
    app: string;
}