Type Alias RQWrapperContextProps

RQWrapperContextProps: {
    apiClient: ApiClient;
    apiEnsureTrailingSlash: boolean;
    apiUrl: string;
    toastUndo: ((data: {
        message: string;
        type: UndoTypes;
    }) => void);
}